Searched refs:getDevice (Results 51 - 57 of 57) sorted by relevance

123

/frameworks/av/services/audioflinger/
H A DThreads.h291 audio_devices_t getDevice() const { return isOutput() ? mOutDevice : mInDevice; } function in class:ThreadBase
H A DThreads.cpp705 const audio_devices_t oldDevice = getDevice();
709 const audio_devices_t newDevice = getDevice();
715 const audio_devices_t oldDevice = getDevice();
719 const audio_devices_t newDevice = getDevice();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java2448 callback.onLeScan(result.getDevice(), result.getRssi(),
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp339 return (deviceVector->getDevice(device, String8(device_address)) != 0) ?
3345 mAvailableInputDevices.getDevice(source->ext.device.type,
3379 mAvailableOutputDevices.getDevice(sinkDevice, String8(""));
/frameworks/native/services/inputflinger/
H A DInputReader.h980 inline InputDevice* getDevice() { return mDevice; } function in class:android::InputMapper
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3145 searchEvent = new SearchEvent(InputDevice.getDevice(deviceId));
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5495 InputDevice device = event.getDevice();

Completed in 344 milliseconds

123