OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpsInterface
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
gps.h
393
/** set to sizeof(
GpsInterface
) */
438
}
GpsInterface
;
629
const
GpsInterface
* (*get_gps_interface)(struct gps_device_t* dev);
/device/generic/goldfish/gps/
gps_qemu.c
908
static const
GpsInterface
qemuGpsInterface = {
909
sizeof(
GpsInterface
),
921
const
GpsInterface
* gps__get_gps_interface(struct gps_device_t* dev)
/frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp
53
static const
GpsInterface
* sGpsInterface = NULL;
Completed in 3182 milliseconds