Searched refs:getDeviceInfo (Results 1 – 7 of 7) sorted by relevance
57 ASSERT_TRUE(audio->getDeviceInfo(info)); in TEST_F()
328 ASSERT_TRUE(mRemoteAudio->getDeviceInfo(info)); in TEST_F()
272 assertNotNull(mMtpDevice.getDeviceInfo().getEventsSupported());273 assertTrue(mMtpDevice.getDeviceInfo().isEventSupported(MtpEvent.EVENT_OBJECT_ADDED));291 final MtpDeviceInfo deviceInfo = mMtpDevice.getDeviceInfo();
125 if (!client->getAudio()->getDeviceInfo(deviceInfo)) { in main()
61 bool getDeviceInfo(android::String8& data);
311 bool RemoteAudio::getDeviceInfo(android::String8& data) in getDeviceInfo() function in RemoteAudio
515 if (mInfo.equals(status.getDeviceInfo())) { in onDeviceStatusChanged()