/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
loc_api_sync_call.h | 53 rpc_loc_ioctl_e_type ioctl_type; /* ioctl to wait for */ member in struct:__anon33674 80 rpc_loc_ioctl_e_type ioctl_type,
|
loc_api_rpc_glue.h | 106 rpc_loc_ioctl_e_type ioctl_type, 113 rpc_loc_ioctl_e_type ioctl_type,
|
loc_api_log.h | 48 extern const char* loc_get_ioctl_type_name(rpc_loc_ioctl_e_type ioctl_type);
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
loc_api_sync_call.h | 53 rpc_loc_ioctl_e_type ioctl_type; /* ioctl to wait for */ member in struct:__anon33760 80 rpc_loc_ioctl_e_type ioctl_type,
|
loc_api_rpc_glue.h | 106 rpc_loc_ioctl_e_type ioctl_type, 113 rpc_loc_ioctl_e_type ioctl_type,
|
loc_api_log.h | 48 extern const char* loc_get_ioctl_type_name(rpc_loc_ioctl_e_type ioctl_type);
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
loc_api_sync_call.h | 53 rpc_loc_ioctl_e_type ioctl_type; /* ioctl to wait for */ member in struct:__anon33818 80 rpc_loc_ioctl_e_type ioctl_type,
|
loc_api_rpc_glue.h | 106 rpc_loc_ioctl_e_type ioctl_type, 113 rpc_loc_ioctl_e_type ioctl_type,
|
loc_api_log.h | 48 extern const char* loc_get_ioctl_type_name(rpc_loc_ioctl_e_type ioctl_type);
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
loc_api_sync_call.h | 53 rpc_loc_ioctl_e_type ioctl_type; /* ioctl to wait for */ member in struct:__anon33937 80 rpc_loc_ioctl_e_type ioctl_type,
|
loc_api_rpc_glue.h | 106 rpc_loc_ioctl_e_type ioctl_type, 113 rpc_loc_ioctl_e_type ioctl_type,
|
loc_api_log.h | 48 extern const char* loc_get_ioctl_type_name(rpc_loc_ioctl_e_type ioctl_type);
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
loc_api_sync_call.h | 53 rpc_loc_ioctl_e_type ioctl_type; /* ioctl to wait for */ member in struct:__anon33995 80 rpc_loc_ioctl_e_type ioctl_type,
|
loc_api_rpc_glue.h | 106 rpc_loc_ioctl_e_type ioctl_type, 113 rpc_loc_ioctl_e_type ioctl_type,
|
loc_api_log.h | 48 extern const char* loc_get_ioctl_type_name(rpc_loc_ioctl_e_type ioctl_type);
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_sync_call.c | 210 loc_match_callback(slot->loc_cb_wait_event_mask, slot->ioctl_type, loc_event, loc_event_payload)) 216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type); 353 then ioctl_type specifies the IOCTL event. 355 If ioctl_type is non-zero, RPC_LOC_EVENT_IOCTL_REPORT is automatically added. 372 rpc_loc_ioctl_e_type ioctl_type /* IOCTL type to wait for */ 380 slot->ioctl_type = ioctl_type; 381 if (ioctl_type) slot->loc_cb_wait_event_mask |= RPC_LOC_EVENT_IOCTL_REPORT; 496 rpc_loc_ioctl_e_type ioctl_type, [all...] |
loc_api_rpc_glue.c | 486 rpc_loc_ioctl_e_type ioctl_type, 498 args.ioctl_type = ioctl_type; 502 ioctl_data->disc = ioctl_type; 506 switch (ioctl_type) 574 EXIT_LOG_CALLFLOW(%s, loc_get_ioctl_type_name(ioctl_type)); 620 rpc_loc_ioctl_e_type ioctl_type, 628 ret_val = loc_api_sync_ioctl(handle, ioctl_type, ioctl_data_ptr, timeout_msec, cb_data_ptr); 630 LOC_LOGD("loc_eng_ioctl result: client = %d, ioctl_type = %s, returt %s\n", 632 loc_get_ioctl_type_name(ioctl_type), [all...] |
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_sync_call.c | 210 loc_match_callback(slot->loc_cb_wait_event_mask, slot->ioctl_type, loc_event, loc_event_payload)) 216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type); 353 then ioctl_type specifies the IOCTL event. 355 If ioctl_type is non-zero, RPC_LOC_EVENT_IOCTL_REPORT is automatically added. 372 rpc_loc_ioctl_e_type ioctl_type /* IOCTL type to wait for */ 380 slot->ioctl_type = ioctl_type; 381 if (ioctl_type) slot->loc_cb_wait_event_mask |= RPC_LOC_EVENT_IOCTL_REPORT; 496 rpc_loc_ioctl_e_type ioctl_type, [all...] |
loc_api_rpc_glue.c | 486 rpc_loc_ioctl_e_type ioctl_type, 498 args.ioctl_type = ioctl_type; 502 ioctl_data->disc = ioctl_type; 506 switch (ioctl_type) 574 EXIT_LOG_CALLFLOW(%s, loc_get_ioctl_type_name(ioctl_type)); 620 rpc_loc_ioctl_e_type ioctl_type, 628 ret_val = loc_api_sync_ioctl(handle, ioctl_type, ioctl_data_ptr, timeout_msec, cb_data_ptr); 630 LOC_LOGD("loc_eng_ioctl result: client = %d, ioctl_type = %s, returt %s\n", 632 loc_get_ioctl_type_name(ioctl_type), [all...] |
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_sync_call.c | 210 loc_match_callback(slot->loc_cb_wait_event_mask, slot->ioctl_type, loc_event, loc_event_payload)) 216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type); 353 then ioctl_type specifies the IOCTL event. 355 If ioctl_type is non-zero, RPC_LOC_EVENT_IOCTL_REPORT is automatically added. 372 rpc_loc_ioctl_e_type ioctl_type /* IOCTL type to wait for */ 380 slot->ioctl_type = ioctl_type; 381 if (ioctl_type) slot->loc_cb_wait_event_mask |= RPC_LOC_EVENT_IOCTL_REPORT; 496 rpc_loc_ioctl_e_type ioctl_type, [all...] |
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_sync_call.c | 210 loc_match_callback(slot->loc_cb_wait_event_mask, slot->ioctl_type, loc_event, loc_event_payload)) 216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type); 353 then ioctl_type specifies the IOCTL event. 355 If ioctl_type is non-zero, RPC_LOC_EVENT_IOCTL_REPORT is automatically added. 372 rpc_loc_ioctl_e_type ioctl_type /* IOCTL type to wait for */ 380 slot->ioctl_type = ioctl_type; 381 if (ioctl_type) slot->loc_cb_wait_event_mask |= RPC_LOC_EVENT_IOCTL_REPORT; 496 rpc_loc_ioctl_e_type ioctl_type, [all...] |
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
loc_api_sync_call.c | 210 loc_match_callback(slot->loc_cb_wait_event_mask, slot->ioctl_type, loc_event, loc_event_payload)) 216 ALOGV("signal slot %d in_use %d, loc_handle 0x%lx, event_mask 0x%1x, ioctl_type %d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type); 353 then ioctl_type specifies the IOCTL event. 355 If ioctl_type is non-zero, RPC_LOC_EVENT_IOCTL_REPORT is automatically added. 372 rpc_loc_ioctl_e_type ioctl_type /* IOCTL type to wait for */ 380 slot->ioctl_type = ioctl_type; 381 if (ioctl_type) slot->loc_cb_wait_event_mask |= RPC_LOC_EVENT_IOCTL_REPORT; 496 rpc_loc_ioctl_e_type ioctl_type, [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
loc_api_rpc_glue.h | 92 rpc_loc_ioctl_e_type ioctl_type,
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/ |
loc_api_rpc_glue.h | 92 rpc_loc_ioctl_e_type ioctl_type,
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/ |
loc_api_rpc_glue.h | 92 rpc_loc_ioctl_e_type ioctl_type,
|