Searched refs:getMyDeviceId (Results 1 – 7 of 7) sorted by relevance
40 int getMyDeviceId(); in getMyDeviceId() method
37 int getMyDeviceId(); in getMyDeviceId() method
57 ScopedAStatus status = getHal()->getMyDeviceId(&myDeviceId); in TEST_P()76 ScopedAStatus status = getHal()->getMyDeviceId(&myDeviceId); in getAllDeviceIds()
46 ndk::ScopedAStatus getMyDeviceId(int* deviceId) override;
50 ScopedAStatus status = mService->getMyDeviceId(&deviceId); in TEST_F()
136 ScopedAStatus IvnAndroidDeviceService::getMyDeviceId(int* deviceId) { in getMyDeviceId() function in android::hardware::automotive::ivn::IvnAndroidDeviceService