OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPS_STATUS_SESSION_BEGIN
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware_legacy/tests/gpstest/
gpstest.cpp
48
case
GPS_STATUS_SESSION_BEGIN
:
49
printf("status:
GPS_STATUS_SESSION_BEGIN
\n");
/hardware/libhardware_legacy/include/hardware_legacy/
gps.h
51
#define
GPS_STATUS_SESSION_BEGIN
1
/hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp
528
if ((loc_eng_data.engine_status !=
GPS_STATUS_SESSION_BEGIN
) &&
915
//
GPS_STATUS_SESSION_BEGIN
implies GPS_STATUS_ENGINE_ON
916
status.status =
GPS_STATUS_SESSION_BEGIN
;
931
if ((loc_eng_data.engine_status !=
GPS_STATUS_SESSION_BEGIN
) &&
[
all
...]
/frameworks/base/location/java/com/android/internal/location/
GpsLocationProvider.java
118
private static final int
GPS_STATUS_SESSION_BEGIN
= 1;
[
all
...]
Completed in 27 milliseconds