Home | History | Annotate | Download | only in src

Lines Matching refs:p_param

131 static void btif_jni_associate(UNUSED_ATTR uint16_t event, UNUSED_ATTR char *p_param);
153 void btif_dm_execute_service_request(UINT16 event, char *p_param);
180 p->p_cb(p->event, p->p_param);
215 p_copy_cback(event, p_msg->p_param, p_params);
217 memcpy(p_msg->p_param, p_params, param_len); /* callback parameter data */
255 void btif_init_ok(UNUSED_ATTR uint16_t event, UNUSED_ATTR char *p_param) {
813 static void execute_storage_request(UINT16 event, char *p_param)
823 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param;
834 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param;
892 static void execute_storage_remote_request(UINT16 event, char *p_param)
904 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param;
916 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param;
922 btif_storage_req_t *p_req = (btif_storage_req_t*)p_param;
1324 static void btif_jni_associate(UNUSED_ATTR uint16_t event, UNUSED_ATTR char *p_param) {