OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpsXtraInterface
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/gps/loc_api/libloc_api/
loc_eng_xtra.h
39
extern const
GpsXtraInterface
sLocEngXTRAInterface;
loc_eng_xtra.cpp
61
const
GpsXtraInterface
sLocEngXTRAInterface =
63
sizeof(
GpsXtraInterface
),
/hardware/libhardware/include/hardware/
gps.h
440
/** set to sizeof(
GpsXtraInterface
) */
449
}
GpsXtraInterface
;
/frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp
47
static const
GpsXtraInterface
* sGpsXtraInterface = NULL;
491
sGpsXtraInterface = (const
GpsXtraInterface
*)interface->get_extension(GPS_XTRA_INTERFACE);
Completed in 38 milliseconds