Searched refs:getOtherDeviceIds (Results 1 – 7 of 7) sorted by relevance
64 status = getHal()->getOtherDeviceIds(&otherDeviceIds); in TEST_P()83 status = getHal()->getOtherDeviceIds(&otherDeviceIds); in getAllDeviceIds()141 status = getHal()->getOtherDeviceIds(&otherDeviceIds); in TEST_P()
50 int[] getOtherDeviceIds(); in getOtherDeviceIds() method
38 int[] getOtherDeviceIds(); in getOtherDeviceIds() method
48 ndk::ScopedAStatus getOtherDeviceIds(std::vector<int>* deviceIds) override;
59 ScopedAStatus status = mService->getOtherDeviceIds(&deviceIds); in TEST_F()
141 ScopedAStatus IvnAndroidDeviceService::getOtherDeviceIds(std::vector<int>* deviceIds) { in getOtherDeviceIds() function in android::hardware::automotive::ivn::IvnAndroidDeviceService