Home
last modified time | relevance | path

Searched refs:ioctl_type (Results 1 – 25 of 77) sorted by relevance

1234

/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c210 … 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 …d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type); in loc_api_callback_process_sync_call()
372 rpc_loc_ioctl_e_type ioctl_type /* IOCTL type to wait for */ in loc_api_save_callback() argument
380 slot->ioctl_type = ioctl_type; 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()
496 rpc_loc_ioctl_e_type ioctl_type, in loc_api_sync_ioctl() argument
511 loc_get_ioctl_type_name(ioctl_type)); in loc_api_sync_ioctl()
518 loc_api_save_callback(select_id, handle, 0, ioctl_type); in loc_api_sync_ioctl()
525 rc = loc_ioctl(handle, ioctl_type, ioctl_data_ptr); in loc_api_sync_ioctl()
532 select_id, loc_get_ioctl_type_name(ioctl_type), loc_get_ioctl_status_name(rc)); in loc_api_sync_ioctl()
[all …]
Dloc_api_rpc_glue.c486 rpc_loc_ioctl_e_type ioctl_type, in loc_ioctl() argument
498 args.ioctl_type = ioctl_type; in loc_ioctl()
502 ioctl_data->disc = ioctl_type; in loc_ioctl()
506 switch (ioctl_type) in loc_ioctl()
574 EXIT_LOG_CALLFLOW(%s, loc_get_ioctl_type_name(ioctl_type)); in loc_ioctl()
620 rpc_loc_ioctl_e_type ioctl_type, in loc_eng_ioctl() argument
628 ret_val = loc_api_sync_ioctl(handle, ioctl_type, ioctl_data_ptr, timeout_msec, cb_data_ptr); in loc_eng_ioctl()
632 loc_get_ioctl_type_name(ioctl_type), in loc_eng_ioctl()
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c210 … 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 …d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type); in loc_api_callback_process_sync_call()
372 rpc_loc_ioctl_e_type ioctl_type /* IOCTL type to wait for */ in loc_api_save_callback() argument
380 slot->ioctl_type = ioctl_type; 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()
496 rpc_loc_ioctl_e_type ioctl_type, in loc_api_sync_ioctl() argument
511 loc_get_ioctl_type_name(ioctl_type)); in loc_api_sync_ioctl()
518 loc_api_save_callback(select_id, handle, 0, ioctl_type); in loc_api_sync_ioctl()
525 rc = loc_ioctl(handle, ioctl_type, ioctl_data_ptr); in loc_api_sync_ioctl()
532 select_id, loc_get_ioctl_type_name(ioctl_type), loc_get_ioctl_status_name(rc)); in loc_api_sync_ioctl()
[all …]
Dloc_api_rpc_glue.c486 rpc_loc_ioctl_e_type ioctl_type, in loc_ioctl() argument
498 args.ioctl_type = ioctl_type; in loc_ioctl()
502 ioctl_data->disc = ioctl_type; in loc_ioctl()
506 switch (ioctl_type) in loc_ioctl()
574 EXIT_LOG_CALLFLOW(%s, loc_get_ioctl_type_name(ioctl_type)); in loc_ioctl()
620 rpc_loc_ioctl_e_type ioctl_type, in loc_eng_ioctl() argument
628 ret_val = loc_api_sync_ioctl(handle, ioctl_type, ioctl_data_ptr, timeout_msec, cb_data_ptr); in loc_eng_ioctl()
632 loc_get_ioctl_type_name(ioctl_type), in loc_eng_ioctl()
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c210 … 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 …d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type); in loc_api_callback_process_sync_call()
372 rpc_loc_ioctl_e_type ioctl_type /* IOCTL type to wait for */ in loc_api_save_callback() argument
380 slot->ioctl_type = ioctl_type; 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()
496 rpc_loc_ioctl_e_type ioctl_type, in loc_api_sync_ioctl() argument
511 loc_get_ioctl_type_name(ioctl_type)); in loc_api_sync_ioctl()
518 loc_api_save_callback(select_id, handle, 0, ioctl_type); in loc_api_sync_ioctl()
525 rc = loc_ioctl(handle, ioctl_type, ioctl_data_ptr); in loc_api_sync_ioctl()
532 select_id, loc_get_ioctl_type_name(ioctl_type), loc_get_ioctl_status_name(rc)); in loc_api_sync_ioctl()
[all …]
Dloc_api_rpc_glue.c486 rpc_loc_ioctl_e_type ioctl_type, in loc_ioctl() argument
498 args.ioctl_type = ioctl_type; in loc_ioctl()
502 ioctl_data->disc = ioctl_type; in loc_ioctl()
506 switch (ioctl_type) in loc_ioctl()
574 EXIT_LOG_CALLFLOW(%s, loc_get_ioctl_type_name(ioctl_type)); in loc_ioctl()
620 rpc_loc_ioctl_e_type ioctl_type, in loc_eng_ioctl() argument
628 ret_val = loc_api_sync_ioctl(handle, ioctl_type, ioctl_data_ptr, timeout_msec, cb_data_ptr); in loc_eng_ioctl()
632 loc_get_ioctl_type_name(ioctl_type), in loc_eng_ioctl()
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c210 … 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 …d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type); in loc_api_callback_process_sync_call()
372 rpc_loc_ioctl_e_type ioctl_type /* IOCTL type to wait for */ in loc_api_save_callback() argument
380 slot->ioctl_type = ioctl_type; 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()
496 rpc_loc_ioctl_e_type ioctl_type, in loc_api_sync_ioctl() argument
511 loc_get_ioctl_type_name(ioctl_type)); in loc_api_sync_ioctl()
518 loc_api_save_callback(select_id, handle, 0, ioctl_type); in loc_api_sync_ioctl()
525 rc = loc_ioctl(handle, ioctl_type, ioctl_data_ptr); in loc_api_sync_ioctl()
532 select_id, loc_get_ioctl_type_name(ioctl_type), loc_get_ioctl_status_name(rc)); in loc_api_sync_ioctl()
[all …]
Dloc_api_rpc_glue.c486 rpc_loc_ioctl_e_type ioctl_type, in loc_ioctl() argument
498 args.ioctl_type = ioctl_type; in loc_ioctl()
502 ioctl_data->disc = ioctl_type; in loc_ioctl()
506 switch (ioctl_type) in loc_ioctl()
574 EXIT_LOG_CALLFLOW(%s, loc_get_ioctl_type_name(ioctl_type)); in loc_ioctl()
620 rpc_loc_ioctl_e_type ioctl_type, in loc_eng_ioctl() argument
628 ret_val = loc_api_sync_ioctl(handle, ioctl_type, ioctl_data_ptr, timeout_msec, cb_data_ptr); in loc_eng_ioctl()
632 loc_get_ioctl_type_name(ioctl_type), in loc_eng_ioctl()
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_sync_call.c210 … 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 …d", i, slot->in_use, slot->loc_handle, (int) slot->loc_cb_wait_event_mask, (int) slot->ioctl_type); in loc_api_callback_process_sync_call()
372 rpc_loc_ioctl_e_type ioctl_type /* IOCTL type to wait for */ in loc_api_save_callback() argument
380 slot->ioctl_type = ioctl_type; 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()
496 rpc_loc_ioctl_e_type ioctl_type, in loc_api_sync_ioctl() argument
511 loc_get_ioctl_type_name(ioctl_type)); in loc_api_sync_ioctl()
518 loc_api_save_callback(select_id, handle, 0, ioctl_type); in loc_api_sync_ioctl()
525 rc = loc_ioctl(handle, ioctl_type, ioctl_data_ptr); in loc_api_sync_ioctl()
532 select_id, loc_get_ioctl_type_name(ioctl_type), loc_get_ioctl_status_name(rc)); in loc_api_sync_ioctl()
[all …]
Dloc_api_rpc_glue.c486 rpc_loc_ioctl_e_type ioctl_type, in loc_ioctl() argument
498 args.ioctl_type = ioctl_type; in loc_ioctl()
502 ioctl_data->disc = ioctl_type; in loc_ioctl()
506 switch (ioctl_type) in loc_ioctl()
574 EXIT_LOG_CALLFLOW(%s, loc_get_ioctl_type_name(ioctl_type)); in loc_ioctl()
620 rpc_loc_ioctl_e_type ioctl_type, in loc_eng_ioctl() argument
628 ret_val = loc_api_sync_ioctl(handle, ioctl_type, ioctl_data_ptr, timeout_msec, cb_data_ptr); in loc_eng_ioctl()
632 loc_get_ioctl_type_name(ioctl_type), in loc_eng_ioctl()
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Dloc_api_sync_call.h53 rpc_loc_ioctl_e_type ioctl_type; /* ioctl to wait for */ member
80 rpc_loc_ioctl_e_type ioctl_type,
Dloc_api_rpc_glue.h106 rpc_loc_ioctl_e_type ioctl_type,
113 rpc_loc_ioctl_e_type ioctl_type,
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Dloc_api_sync_call.h53 rpc_loc_ioctl_e_type ioctl_type; /* ioctl to wait for */ member
80 rpc_loc_ioctl_e_type ioctl_type,
Dloc_api_rpc_glue.h106 rpc_loc_ioctl_e_type ioctl_type,
113 rpc_loc_ioctl_e_type ioctl_type,
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Dloc_api_sync_call.h53 rpc_loc_ioctl_e_type ioctl_type; /* ioctl to wait for */ member
80 rpc_loc_ioctl_e_type ioctl_type,
Dloc_api_rpc_glue.h106 rpc_loc_ioctl_e_type ioctl_type,
113 rpc_loc_ioctl_e_type ioctl_type,
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Dloc_api_sync_call.h53 rpc_loc_ioctl_e_type ioctl_type; /* ioctl to wait for */ member
80 rpc_loc_ioctl_e_type ioctl_type,
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Dloc_api_sync_call.h53 rpc_loc_ioctl_e_type ioctl_type; /* ioctl to wait for */ member
80 rpc_loc_ioctl_e_type ioctl_type,
Dloc_api_rpc_glue.h106 rpc_loc_ioctl_e_type ioctl_type,
113 rpc_loc_ioctl_e_type ioctl_type,
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_rpc_glue.c258 rpc_loc_ioctl_e_type ioctl_type, in loc_ioctl() argument
267 args.ioctl_type = ioctl_type; in loc_ioctl()
271 ioctl_data->disc = ioctl_type; in loc_ioctl()
275 switch (ioctl_type) in loc_ioctl()
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_rpc_glue.c258 rpc_loc_ioctl_e_type ioctl_type, in loc_ioctl() argument
267 args.ioctl_type = ioctl_type; in loc_ioctl()
271 ioctl_data->disc = ioctl_type; in loc_ioctl()
275 switch (ioctl_type) in loc_ioctl()
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_rpc_glue.c258 rpc_loc_ioctl_e_type ioctl_type, in loc_ioctl() argument
267 args.ioctl_type = ioctl_type; in loc_ioctl()
271 ioctl_data->disc = ioctl_type; in loc_ioctl()
275 switch (ioctl_type) in loc_ioctl()
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_rpc_glue.c258 rpc_loc_ioctl_e_type ioctl_type, in loc_ioctl() argument
267 args.ioctl_type = ioctl_type; in loc_ioctl()
271 ioctl_data->disc = ioctl_type; in loc_ioctl()
275 switch (ioctl_type) in loc_ioctl()
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_rpc_glue.c258 rpc_loc_ioctl_e_type ioctl_type, in loc_ioctl() argument
267 args.ioctl_type = ioctl_type; in loc_ioctl()
271 ioctl_data->disc = ioctl_type; in loc_ioctl()
275 switch (ioctl_type) in loc_ioctl()
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_rpc_glue.c258 rpc_loc_ioctl_e_type ioctl_type, in loc_ioctl() argument
267 args.ioctl_type = ioctl_type; in loc_ioctl()
271 ioctl_data->disc = ioctl_type; in loc_ioctl()
275 switch (ioctl_type) in loc_ioctl()

1234