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

123

/frameworks/base/tools/preload2/src/com/android/preload/
H A DMain.java233 public IDevice getDevice() { method in class:Main
266 new ReloadListAction(clientUtils, getDevice(), clientListModel).run();
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2303 const PropertyMap& config = getDevice()->getConfiguration();
2433 getDevice(), keyCode, scanCode)) {
2478 if (down && getDevice()->isExternal() && !isMediaKey(keyCode)) {
2631 mCursorScrollAccumulator.configure(getDevice());
2685 getDevice()->notifyReset(when);
2713 if (getDevice()->getConfiguration().tryGetProperty(String8("cursor.mode"), cursorModeString)) {
2722 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"),
2762 mCursorButtonAccumulator.reset(getDevice());
2763 mCursorMotionAccumulator.reset(getDevice());
2764 mCursorScrollAccumulator.reset(getDevice());
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java556 bestDevice = result.getDevice();
582 result.getDevice()).sendToTarget();
584 Slog.d(TAG, "onScanResult: device " + result.getDevice() +
/frameworks/base/core/java/android/bluetooth/le/
H A DScanResult.java199 public BluetoothDevice getDevice() { method in class:ScanResult
H A DScanFilter.java279 BluetoothDevice device = scanResult.getDevice();
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java177 connection.getDevice().removeDeviceConnection(connection);
240 connection.getDevice().removeDeviceConnection(connection);
261 sb.append(connection.getDevice().getDeviceInfo().getId());
534 public Device getDevice() { method in class:MidiService.DeviceConnection
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
H A DHprof.java171 arg1.getDevice().getSyncService().pullFile(arg0,
/frameworks/ml/nn/runtime/
H A DExecutionPlan.h82 std::shared_ptr<Device> getDevice() const { return mDevice; } function in class:android::nn::ExecutionStep
H A DExecutionPlan.cpp545 (step->getDevice() == nullptr ? sp<IDevice>() : step->getDevice()->getInterface()),
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp131 sp<DeviceDescriptor> DeviceVector::getDevice(audio_devices_t type, const String8& address) const function in class:android::DeviceVector
144 ALOGV("DeviceVector::getDevice() for type %08x address %s found %p",
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsViewTouchHandler.java165 InputDevice device = InputDevice.getDevice(mDeviceId);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp424 Device* device = getDevice(deviceId);
434 Device* device = getDevice(deviceId);
448 Device* device = getDevice(deviceId);
465 Device* device = getDevice(deviceId);
470 Device* device = getDevice(deviceId);
476 Device* device = getDevice(deviceId);
489 Device* device = getDevice(deviceId);
494 Device* device = getDevice(deviceId);
499 Device* device = getDevice(deviceId);
504 Device* device = getDevice(deviceI
[all...]
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java280 InputDevice inputDev = InputDevice.getDevice(devId);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java135 public CameraDevice getDevice() { method in class:CameraCaptureSessionImpl
/frameworks/base/core/java/android/view/
H A DInputDevice.java462 public static InputDevice getDevice(int id) { method in class:InputDevice
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DDeviceDiscoveryService.java386 return getDeviceDisplayNameInternal(((ScanResult) device).getDevice());
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h194 HWC2On1Adapter& getDevice() const { return mDevice; } function in class:android::HWC2On1Adapter::Display
576 !mDisplay.getDevice().supportsBackgroundColor());
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1945 auto hwc1Device = mDisplay.getDevice().getHwc1Device();
1952 if (mDisplay.getDevice().mHwc1MinorVersion < 5) {
2125 auto minorVersion = mDisplay.getDevice().getHwc1MinorVersion();
2216 if (mDisplay.getDevice().getHwc1MinorVersion() >= 4) {
2221 if (mDisplay.getDevice().getHwc1MinorVersion() < 4) {
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp482 if (availableOutputDevices.getDevice(AUDIO_DEVICE_OUT_REMOTE_SUBMIX,
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java369 public BluetoothDevice getDevice() { method in class:CachedBluetoothDevice
374 * Convenience method that can be mocked - it lets tests avoid having to call getDevice() which
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java269 InputDevice dev = InputDevice.getDevice(deviceId);
376 InputDevice dev = InputDevice.getDevice(controllerId);
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java569 InputDevice device = InputDevice.getDevice(event.getDeviceId());
/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp633 return (step->getDevice() == device) &&
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp228 : mRSoV(context), mDevice(context->getDevice()) {
H A DrsovScript.cpp177 mDevice(context->getDevice()),

Completed in 1175 milliseconds

123