Home
last modified time | relevance | path

Searched refs:getVehicleId (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/1/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl37 String getVehicleId(); in getVehicleId() method
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/2/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl37 String getVehicleId(); in getVehicleId() method
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl37 String getVehicleId(); in getVehicleId() method
/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl66 String getVehicleId(); in getVehicleId() method
/hardware/interfaces/automotive/remoteaccess/hal/default/include/
DRemoteAccessService.h66 ndk::ScopedAStatus getVehicleId(std::string* vehicleId) override;
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp253 ScopedAStatus RemoteAccessService::getVehicleId(std::string* vehicleId) { in getVehicleId() function in android::hardware::automotive::remoteaccess::RemoteAccessService
586 auto status = getVehicleId(&vehicleId); in dump()
/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp130 ScopedAStatus status = mHal->getVehicleId(&vehicleId); in TEST_P()