Home
last modified time | relevance | path

Searched refs:getInterface (Results 1 – 15 of 15) sorted by relevance

/packages/services/Mtp/tests/src/com/android/mtp/
DTestUtil.java99 connection.claimInterface(device.getInterface(i), true); in findMtpDevice()
100 connection.releaseInterface(device.getInterface(i)); in findMtpDevice()
/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
DSpeedMeasurementController.java168 UsbInterface iface = mDevice.getInterface(0); in ReaderThread()
224 UsbInterface iface = mDevice.getInterface(0); in BaseWriterThread()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClientLinkObserver.java211 if (mInterfaceName.equals(route.getInterface())) { in onRouteUpdated()
227 if (mInterfaceName.equals(route.getInterface())) { in onRouteRemoved()
/packages/services/Car/computepipe/router/include/
DPipeHandle.h46 std::shared_ptr<T> getInterface() { in getInterface() function
/packages/services/Car/computepipe/router/1.0/
DPipeQuery.cpp53 auto pipeRunner = pipeHandle->getInterface(); in getPipeRunner()
/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/
DRouteUtils.java95 final String ifName = route.getInterface(); in modifyRoute()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java40 static AvrcpNativeInterface getInterface() { in getInterface() method in AvrcpNativeInterface
DAvrcpTargetService.java189 mNativeInterface = AvrcpNativeInterface.getInterface(); in start()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpClient.java149 UsbInterface intf = device.getInterface(i); in isCamera()
/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
DP2pConnectionProcedure.java153 mNetwork = group.getInterface(); in onReceive()
/packages/services/Mtp/src/com/android/mtp/
DMtpManager.java298 final UsbInterface usbInterface = device.getInterface(i); in isMtpDevice()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbDeviceFilter.java209 UsbInterface intf = device.getInterface(i); in matches()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMtpClient.java152 UsbInterface intf = device.getInterface(i); in isCamera()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java243 c.videoProvider = c.mockVideoProvider.getInterface(); in createConnection()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java3385 return mVideoProviderProxy.getInterface(); in getVideoProvider()