Searched refs:mDevice (Results 76 - 82 of 82) sorted by relevance

1234

/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp1136 sp<CameraDevice> dev = mDevice.promote();
1198 sp<CameraDevice> dev = mDevice.promote();
1240 sp<CameraDevice> dev = mDevice.promote();
1280 sp<CameraDevice> dev = mDevice.promote();
1359 sp<CameraDevice> dev = mDevice.promote();
/frameworks/rs/rsov/driver/
H A DrsovAllocation.h50 VkDevice mDevice; member in class:android::renderscript::rsov::RSoVBuffer
H A DrsovScript.h121 VkDevice mDevice; member in class:android::renderscript::rsov::RSoVScript
/frameworks/native/services/inputflinger/
H A DInputReader.h963 inline InputDevice* getDevice() { return mDevice; }
964 inline int32_t getDeviceId() { return mDevice->getId(); }
965 inline const String8 getDeviceName() { return mDevice->getName(); }
997 InputDevice* mDevice; member in class:android::InputMapper
H A DInputReader.cpp1910 mDevice(device), mContext(device->getContext()) {
1979 mDevice->bumpGeneration();
2326 mDevice->cancelTouch(when);
2878 if (!mDevice->getConfiguration().tryGetProperty(String8("device.res"), res)) {
2881 if (!mDevice->getConfiguration().tryGetProperty(String8("device.scalingFactor"),
4113 mAffineTransform = getPolicy()->getTouchAffineTransformation(mDevice->getDescriptor(),
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h194 HWC2On1Adapter& getDevice() const { return mDevice; }
398 HWC2On1Adapter& mDevice; member in class:android::HWC2On1Adapter::Display
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1520 public final int mDevice; field in class:AudioService.StreamVolumeCommand
1526 mDevice = device;
1533 .append(mDevice).append('}').toString();
6033 mPendingVolumeCommand.mDevice,

Completed in 203 milliseconds

1234