OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocationInterface
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/gps/msm8909w_3100/android/
AGnssRil.cpp
32
typedef void* (
getLocationInterface
)();
Gnss.cpp
26
typedef void* (
getLocationInterface
)();
87
getLocationInterface
* getter = NULL;
94
getter = (
getLocationInterface
*)dlsym(handle, "getGnssInterface");
/hardware/qcom/gps/msm8998/android/
AGnssRil.cpp
32
typedef void* (
getLocationInterface
)();
Gnss.cpp
26
typedef void* (
getLocationInterface
)();
87
getLocationInterface
* getter = NULL;
94
getter = (
getLocationInterface
*)dlsym(handle, "getGnssInterface");
/hardware/qcom/gps/msm8909w_3100/location/
LocationAPI.cpp
36
typedef void* (
getLocationInterface
)();
84
getLocationInterface
* getter = NULL;
91
getter = (
getLocationInterface
*)dlsym(handle, name);
/hardware/qcom/gps/msm8998/location/
LocationAPI.cpp
36
typedef void* (
getLocationInterface
)();
84
getLocationInterface
* getter = NULL;
91
getter = (
getLocationInterface
*)dlsym(handle, name);
Completed in 356 milliseconds