Home
last modified time | relevance | path

Searched refs:serv_ctx (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/osal/driver/
H A Dmpp_server.c489 MppDevSession *session = (MppDevSession *)ctx->serv_ctx; in send_task()
531 MppDevSession *session = (MppDevSession *)ctx->serv_ctx; in wait_task()
695 if (ctx->serv_ctx) { in server_attach()
728 ctx->serv_ctx = session; in server_attach()
749 MppDevSession *session = (MppDevSession *)ctx->serv_ctx; in server_detach()
754 if (!ctx->serv_ctx) { in server_detach()
760 ctx->serv_ctx = NULL; in server_detach()
H A Dmpp_service.c329 p->serv_ctx = NULL; in mpp_service_init()
/rockchip-linux_mpp/osal/driver/inc/
H A Dmpp_service_impl.h32 void *serv_ctx; member