OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gnssstatuscb
(Results
1 - 7
of
7
) sorted by null
/test/vts-testcase/hal/gnss/V1_0/host/
VtsHalGnssV1_0HostTest.py
66
def
gnssStatusCb
(status):
67
logging.info("callback
gnssStatusCb
")
93
gnssStatusCb
=
gnssStatusCb
,
/hardware/qcom/gps/msm8998/android/location_api/
GnssAPIClient.cpp
391
auto r = mGnssCbIface->
gnssStatusCb
(IGnssCallback::GnssStatusValue::ENGINE_ON);
393
LOC_LOGE("%s] Error from
gnssStatusCb
ENGINE_ON description=%s",
396
r = mGnssCbIface->
gnssStatusCb
(IGnssCallback::GnssStatusValue::SESSION_BEGIN);
398
LOC_LOGE("%s] Error from
gnssStatusCb
SESSION_BEGIN description=%s",
408
auto r = mGnssCbIface->
gnssStatusCb
(IGnssCallback::GnssStatusValue::SESSION_END);
410
LOC_LOGE("%s] Error from
gnssStatusCb
SESSION_END description=%s",
413
r = mGnssCbIface->
gnssStatusCb
(IGnssCallback::GnssStatusValue::ENGINE_OFF);
415
LOC_LOGE("%s] Error from
gnssStatusCb
ENGINE_OFF description=%s",
/hardware/qcom/gps/sdm845/android/location_api/
GnssAPIClient.cpp
391
auto r = mGnssCbIface->
gnssStatusCb
(IGnssCallback::GnssStatusValue::ENGINE_ON);
393
LOC_LOGE("%s] Error from
gnssStatusCb
ENGINE_ON description=%s",
396
r = mGnssCbIface->
gnssStatusCb
(IGnssCallback::GnssStatusValue::SESSION_BEGIN);
398
LOC_LOGE("%s] Error from
gnssStatusCb
SESSION_BEGIN description=%s",
408
auto r = mGnssCbIface->
gnssStatusCb
(IGnssCallback::GnssStatusValue::SESSION_END);
410
LOC_LOGE("%s] Error from
gnssStatusCb
SESSION_END description=%s",
413
r = mGnssCbIface->
gnssStatusCb
(IGnssCallback::GnssStatusValue::ENGINE_OFF);
415
LOC_LOGE("%s] Error from
gnssStatusCb
ENGINE_OFF description=%s",
/hardware/interfaces/gnss/1.0/
IGnssCallback.hal
168
gnssStatusCb
(GnssStatusValue status);
/hardware/interfaces/gnss/1.0/vts/functional/
VtsHalGnssV1_0TargetTest.cpp
251
Return<void>
gnssStatusCb
(
/hardware/interfaces/gnss/1.0/default/
Gnss.cpp
103
auto ret = sGnssCbIface->
gnssStatusCb
(status);
/frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp
346
Return<void>
gnssStatusCb
(const IGnssCallback::GnssStatusValue status) override;
385
Return<void> GnssCallback::
gnssStatusCb
(const IGnssCallback::GnssStatusValue status) {
[
all
...]
Completed in 101 milliseconds