Lines Matching defs:MppDevSession_t
115 struct MppDevSession_t { struct
116 MppMutexCond *cond;
119 struct list_head list_server;
121 struct list_head list_wait;
123 struct list_head list_done;
125 MppDevMppService *ctx;
126 MppDevBatServ *server;
128 RK_S32 client;
130 RK_S32 task_wait;
131 RK_S32 task_done;
133 MppDevTask tasks[MAX_SESSION_TASK];