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

  /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:__anon41852
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...]
LocApiRpc.cpp 364 rpc_loc_ioctl_e_type ioctl_type = RPC_LOC_IOCTL_SET_FIX_CRITERIA; local
424 ioctl_data.disc = ioctl_type;
427 ioctl_type,
440 rpc_loc_ioctl_e_type ioctl_type = RPC_LOC_IOCTL_INJECT_UTC_TIME; local
450 ioctl_data.disc = ioctl_type;
453 ioctl_type,
953 rpc_loc_ioctl_e_type ioctl_type = RPC_LOC_IOCTL_INJECT_PREDICTED_ORBITS_DATA; local
    [all...]
loc_api_log.c 300 const char* loc_get_ioctl_type_name(rpc_loc_ioctl_e_type ioctl_type)
303 (long) ioctl_type);
  /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/loc_api/libloc_api-rpc/gen-1240/
loc_api_rpc_glue.c 258 rpc_loc_ioctl_e_type ioctl_type,
267 args.ioctl_type = ioctl_type;
271 ioctl_data->disc = ioctl_type;
275 switch (ioctl_type)
loc_api.xdr 72 rpc_loc_ioctl_e_type ioctl_type;
loc_api_xdr.c 78 if (!xdr_rpc_loc_ioctl_e_type (xdrs, &objp->ioctl_type))
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_rpc_glue.c 258 rpc_loc_ioctl_e_type ioctl_type,
267 args.ioctl_type = ioctl_type;
271 ioctl_data->disc = ioctl_type;
275 switch (ioctl_type)
loc_api.xdr 81 rpc_loc_ioctl_e_type ioctl_type;
loc_api_xdr.c 78 if (!xdr_rpc_loc_ioctl_e_type (xdrs, &objp->ioctl_type))
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api.xdr 101 rpc_loc_ioctl_e_type ioctl_type;
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_xdr.c 106 if (!xdr_rpc_loc_ioctl_e_type (xdrs, &objp->ioctl_type))
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api.h 48 rpc_loc_ioctl_e_type ioctl_type; member in struct:rpc_loc_ioctl_args
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api.h 48 rpc_loc_ioctl_e_type ioctl_type; member in struct:rpc_loc_ioctl_args
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_rpc.h 78 rpc_loc_ioctl_e_type ioctl_type; member in struct:rpc_loc_ioctl_args

Completed in 691 milliseconds