HomeSort by relevance Sort by last modified time
    Searched refs:ioctl_type (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /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:__anon33139
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:__anon33225
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:__anon33283
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:__anon33402
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:__anon33460
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/msmcobalt/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:__anon33538
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...]
  /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...]
  /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/msmcobalt/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,

Completed in 224 milliseconds

1 2 3 4