Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/1/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl39 String getProcessorId(); in getProcessorId() method
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/2/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl39 String getProcessorId(); in getProcessorId() method
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl39 String getProcessorId(); in getProcessorId() method
/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl90 String getProcessorId(); in getProcessorId() method
/hardware/interfaces/automotive/remoteaccess/hal/default/include/
DRemoteAccessService.h68 ndk::ScopedAStatus getProcessorId(std::string* processorId) override;
/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp148 ScopedAStatus status = mHal->getProcessorId(&processorId); in TEST_P()
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp281 ScopedAStatus RemoteAccessService::getProcessorId(std::string* processorId) { in getProcessorId() function in android::hardware::automotive::remoteaccess::RemoteAccessService