OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:client_handle
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ioctl.h
47
rpc_loc_client_handle_type
client_handle
;
member in struct:loc_eng_ioctl_data_s_type
72
rpc_loc_client_handle_type
client_handle
,
loc_eng.h
67
rpc_loc_client_handle_type
client_handle
;
member in struct:__anon16307
loc_eng.cpp
85
static int32 loc_event_cb (rpc_loc_client_handle_type
client_handle
,
213
loc_eng_data.
client_handle
= loc_open (event, loc_event_cb);
232
loc_eng_data.ioctl_data.
client_handle
= RPC_LOC_CLIENT_HANDLE_INVALID;
243
LOGD ("loc_eng_init called, client id = %d\n", (int32) loc_eng_data.
client_handle
);
284
(void) loc_close (loc_eng_data.
client_handle
);
326
ret_val = loc_start_fix (loc_eng_data.
client_handle
);
371
ret_val = loc_stop_fix (loc_eng_data.
client_handle
);
386
(int32) loc_eng_data.
client_handle
, lock_type);
391
ret_val = loc_eng_ioctl (loc_eng_data.
client_handle
,
429
(int32) loc_eng_data.
client_handle
, min_interval, mode)
641
rpc_loc_
client_handle
_type
client_handle
;
local
[
all
...]
Completed in 254 milliseconds