Home
last modified time | relevance | path

Searched refs:loc_cb_wait_event_mask (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c94 slot->loc_cb_wait_event_mask = 0; /* event to wait */ in loc_api_sync_call_init()
210 … loc_match_callback(slot->loc_cb_wait_event_mask, slot->ioctl_type, loc_event, loc_event_payload)) in loc_api_callback_process_sync_call()
216 …, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slo… in loc_api_callback_process_sync_call()
379 slot->loc_cb_wait_event_mask = event_mask; in loc_api_save_callback()
381 if (ioctl_type) slot->loc_cb_wait_event_mask |= RPC_LOC_EVENT_IOCTL_REPORT; in loc_api_save_callback()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Dloc_api_sync_call.h52 rpc_loc_event_mask_type loc_cb_wait_event_mask; /* event to wait for */ member