Searched refs:session_opened (Results 1 – 3 of 3) sorted by relevance
359 if (sl->session_opened) { in handle_open_session_request()361 ret = sl->session_opened (sl, session); in handle_open_session_request()421 if (sl->session_opened) in handle_create_session_response()423 return sl->session_opened (sl, session); in handle_create_session_response()
63 CamReturn (*session_opened) (CamSL *sl, CamSLSession *session); member
105 sl->session_opened = session_opened_cb; in cam_al_new()