Home
last modified time | relevance | path

Searched refs:getExtensionGnssGeofence (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/gnss/aidl/android/hardware/gnss/
DIGnss.aidl177 @nullable IGnssGeofence getExtensionGnssGeofence(); in getExtensionGnssGeofence() method
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/4/android/hardware/gnss/
DIGnss.aidl45 @nullable android.hardware.gnss.IGnssGeofence getExtensionGnssGeofence(); in getExtensionGnssGeofence() method
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/3/android/hardware/gnss/
DIGnss.aidl45 @nullable android.hardware.gnss.IGnssGeofence getExtensionGnssGeofence(); in getExtensionGnssGeofence() method
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/2/android/hardware/gnss/
DIGnss.aidl45 @nullable android.hardware.gnss.IGnssGeofence getExtensionGnssGeofence(); in getExtensionGnssGeofence() method
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/current/android/hardware/gnss/
DIGnss.aidl45 @nullable android.hardware.gnss.IGnssGeofence getExtensionGnssGeofence(); in getExtensionGnssGeofence() method
/hardware/interfaces/gnss/aidl/default/
DGnss.h70 ndk::ScopedAStatus getExtensionGnssGeofence(
DGnss.cpp346 ScopedAStatus Gnss::getExtensionGnssGeofence(std::shared_ptr<IGnssGeofence>* iGnssGeofence) { in getExtensionGnssGeofence() function in aidl::android::hardware::gnss::Gnss
/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test_cases.cpp1041 status = aidl_gnss_hal_->getExtensionGnssGeofence(&iGnssGeofence); in TEST_P()