Home
last modified time | relevance | path

Searched refs:processorId (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/hal/default/include/
DRemoteAccessService.h68 ndk::ScopedAStatus getProcessorId(std::string* processorId) override;
/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp146 std::string processorId; in TEST_P() local
148 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() argument
282 *processorId = PROCESSOR_ID; in getProcessorId()