Lines Matching defs:MppDevSession_t
121 struct MppDevSession_t { struct
122 MppMutexCond cond_lock;
125 struct list_head list_server;
127 struct list_head list_wait;
129 struct list_head list_done;
131 MppDevMppService *ctx;
132 MppDevBatServ *server;
134 rk_s32 client;
136 rk_s32 task_wait;
137 rk_s32 task_done;
139 MppDevTask tasks[MAX_SESSION_TASK];