OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gps_device_t
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/gps/loc_api/libloc_api_50001/
gps.c
36
const GpsInterface* gps__get_gps_interface(struct
gps_device_t
* dev)
44
struct
gps_device_t
*dev = (struct
gps_device_t
*) malloc(sizeof(struct
gps_device_t
));
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
gps.c
36
const GpsInterface* gps__get_gps_interface(struct
gps_device_t
* dev)
44
struct
gps_device_t
*dev = (struct
gps_device_t
*) malloc(sizeof(struct
gps_device_t
));
/hardware/libhardware/include/hardware/
gps.h
930
struct
gps_device_t
{
struct
938
const GpsInterface* (*get_gps_interface)(struct
gps_device_t
* dev);
[
all
...]
/device/generic/goldfish/gps/
gps_qemu.c
921
const GpsInterface* gps__get_gps_interface(struct
gps_device_t
* dev)
929
struct
gps_device_t
*dev = malloc(sizeof(struct
gps_device_t
));
/frameworks/base/services/core/jni/
com_android_server_location_GpsLocationProvider.cpp
484
gps_device_t
* gps_device = (
gps_device_t
*)device;
[
all
...]
Completed in 67 milliseconds