Home
last modified time | relevance | path

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

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java75 mtpDevice = openDeviceLocked(usbDevice);
95 mtpDevice = openDeviceLocked(usbDevice);
171 private MtpDevice openDeviceLocked(UsbDevice usbDevice) { in openDeviceLocked() method in MtpClient
258 openDeviceLocked(usbDevice); in getDeviceList()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp2245 void EventHub::openDeviceLocked(const std::string& devicePath) { in openDeviceLocked() function in android::EventHub
2649 openDeviceLocked(device->path); in sysfsNodeChanged()
2665 openDeviceLocked(device->path); in sysfsNodeChanged()
2798 openDeviceLocked(filename); in handleNotifyEventLocked()
2822 openDeviceLocked(entry.path()); in scanDirLocked()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h707 void openDeviceLocked(const std::string& devicePath) REQUIRES(mLock);