OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gnssGeofencing
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/gps/msm8998/android/
GnssGeofencing.h
42
struct
GnssGeofencing
: public IGnssGeofencing {
43
GnssGeofencing
();
44
~
GnssGeofencing
();
71
GnssGeofencingDeathRecipient(sp<
GnssGeofencing
>
gnssGeofencing
) :
72
mGnssGeofencing(
gnssGeofencing
) {
76
sp<
GnssGeofencing
> mGnssGeofencing;
/hardware/qcom/gps/sdm845/android/
GnssGeofencing.h
42
struct
GnssGeofencing
: public IGnssGeofencing {
43
GnssGeofencing
();
44
~
GnssGeofencing
();
71
GnssGeofencingDeathRecipient(sp<
GnssGeofencing
>
gnssGeofencing
) :
72
mGnssGeofencing(
gnssGeofencing
) {
76
sp<
GnssGeofencing
> mGnssGeofencing;
/hardware/interfaces/gnss/1.0/vts/functional/
VtsHalGnssV1_0TargetTest.cpp
419
auto
gnssGeofencing
= gnss_hal_->getExtensionGnssGeofencing();
420
ASSERT_TRUE(
gnssGeofencing
.isOk());
/frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp
[
all
...]
Completed in 116 milliseconds