OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpsInterface
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/gps/loc_api/libloc_api/
gps.c
32
extern const
GpsInterface
* get_gps_interface();
34
const
GpsInterface
* gps__get_gps_interface(struct gps_device_t* dev)
loc_eng.cpp
100
// Defines the
GpsInterface
in gps.h
101
static const
GpsInterface
sLocEngInterface =
103
sizeof(
GpsInterface
),
145
const
GpsInterface
* gps_get_hardware_interface ()
[
all
...]
/frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp
46
static const
GpsInterface
* sGpsInterface = NULL;
220
static const
GpsInterface
* get_gps_interface() {
223
const
GpsInterface
* interface = NULL;
238
static const
GpsInterface
* GetGpsInterface(JNIEnv* env, jobject obj) {
255
const
GpsInterface
* interface = GetGpsInterface(env, obj);
269
const
GpsInterface
* interface = GetGpsInterface(env, obj);
283
const
GpsInterface
* interface = GetGpsInterface(env, obj);
314
const
GpsInterface
* interface = GetGpsInterface(env, obj);
326
const
GpsInterface
* interface = GetGpsInterface(env, obj);
334
const
GpsInterface
* interface = GetGpsInterface(env, obj)
[
all
...]
/hardware/libhardware/include/hardware/
gps.h
379
/** set to sizeof(
GpsInterface
) */
424
}
GpsInterface
;
614
const
GpsInterface
* (*get_gps_interface)(struct gps_device_t* dev);
/sdk/emulator/gps/
gps_qemu.c
894
static const
GpsInterface
qemuGpsInterface = {
895
sizeof(
GpsInterface
),
907
const
GpsInterface
* gps__get_gps_interface(struct gps_device_t* dev)
Completed in 51 milliseconds