Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.cpp26 sp<acam::CameraDevice> dev = getDeviceSp(); in ~ACameraCaptureSession() local
53 sp<acam::CameraDevice> dev = getDeviceSp(); in closeByApp() local
78 sp<acam::CameraDevice> dev = getDeviceSp(); in stopRepeating() local
96 sp<acam::CameraDevice> dev = getDeviceSp(); in abortCaptures() local
113 sp<acam::CameraDevice> dev = getDeviceSp(); in updateOutputConfiguration() local
132 sp<acam::CameraDevice> dev = getDeviceSp(); in getDevice() local
DACameraDevice.cpp942 ACameraDevice* dev; in onMessageReceived() local
962 ACameraDevice* dev; in onMessageReceived() local
1426 sp<CameraDevice> dev = mDevice.promote(); in onDeviceError() local
1494 sp<CameraDevice> dev = mDevice.promote(); in onDeviceIdle() local
1540 sp<CameraDevice> dev = mDevice.promote(); in onCaptureStarted() local
1584 sp<CameraDevice> dev = mDevice.promote(); in onResultReceived() local
1675 sp<CameraDevice> dev = mDevice.promote(); in onRepeatingRequestError() local
/frameworks/rs/
DrsApiDevice.cpp32 extern "C" void rsDeviceDestroy(RsDevice dev) { in rsDeviceDestroy()
39 extern "C" void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) { in rsDeviceSetConfig()
DrsApiContext.cpp31 Device * dev = static_cast<Device *>(vdev); in rsContextCreateVendor() local
59 Device * dev = static_cast<Device *>(vdev); in rsContextCreateGL() local
DrsContext.cpp461 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc, in createContext()
490 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) { in initContext()
/frameworks/av/media/libaudiohal/impl/
DDevicesFactoryHalLocal.cpp31 static status_t load_audio_interface(const char *if_name, audio_hw_device_t **dev) in load_audio_interface()
62 audio_hw_device_t *dev; in openDevice() local
DDeviceHalLocal.cpp28 DeviceHalLocal::DeviceHalLocal(audio_hw_device_t *dev) in DeviceHalLocal()
/frameworks/native/services/sensorservice/
DSensorDirectConnection.cpp184 SensorDevice& dev(SensorDevice::getInstance()); in configureChannel() local
228 SensorDevice& dev(SensorDevice::getInstance()); in capRates() local
262 SensorDevice& dev(SensorDevice::getInstance()); in uncapRates() local
294 SensorDevice& dev(SensorDevice::getInstance()); in stopAllLocked() local
310 SensorDevice& dev(SensorDevice::getInstance()); in recoverAll() local
DSensorService.cpp159 SensorDevice& dev(SensorDevice::getInstance()); in onFirstRef() local
318 SensorDevice& dev(SensorDevice::getInstance()); in onUidStateChanged() local
399 SensorDevice& dev(SensorDevice::getInstance()); in dump() local
484 SensorDevice& dev = SensorDevice::getInstance(); in dump() local
602 SensorDevice& dev = SensorDevice::getInstance(); in dumpProtoLocked() local
678 SensorDevice& dev(SensorDevice::getInstance()); in disableAllSensorsLocked() local
710 SensorDevice& dev(SensorDevice::getInstance()); in enableAllSensorsLocked() local
1418 SensorDevice& dev(SensorDevice::getInstance()); in createSensorDirectConnection() local
1520 SensorDevice& dev(SensorDevice::getInstance()); in setOperationParameter() local
1536 SensorDevice& dev(SensorDevice::getInstance()); in resetToNormalModeLocked() local
[all …]
DSensorEventConnection.cpp768 SensorDevice& dev(SensorDevice::getInstance()); in capRates() local
788 SensorDevice& dev(SensorDevice::getInstance()); in uncapRates() local
861 SensorDevice& dev(SensorDevice::getInstance()); in handleEvent() local
/frameworks/native/vulkan/libvulkan/
Dapi.h64 inline DeviceData& GetData(VkDevice dev) { in GetData()
Ddriver.h249 inline bool SetData(VkDevice dev, const DeviceData& data) { in SetData()
277 inline DeviceData& GetData(VkDevice dev) { in GetData()
Ddriver_gen.cpp646 bool InitDriverTable(VkDevice dev, in InitDriverTable()
/frameworks/base/tests/JankBench/scripts/
Drunall.py31 def start_device(name, dev): argument
/frameworks/av/services/audioflinger/
DSpdifStreamOut.cpp34 SpdifStreamOut::SpdifStreamOut(AudioHwDevice *dev, in SpdifStreamOut()
DAudioStreamOut.cpp32 AudioStreamOut::AudioStreamOut(AudioHwDevice *dev, audio_output_flags_t flags) in AudioStreamOut()
DAudioFlinger.cpp546 sp<DeviceHalInterface> dev = audioHwDevice->hwDevice(); in findSuitableHwDev_l() local
697 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in dump() local
1109 AudioHwDevice *dev = mAudioHwDevs.valueAt(i); in setMasterVolume() local
1187 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setMode() local
1231 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setMicMute() local
1296 AudioHwDevice *dev = mAudioHwDevs.valueAt(i); in setMasterMute() local
1577 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in setParameters() local
1652 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice(); in getParameters() local
1692 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in getInputBufferSize() local
1778 sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice(); in setVoiceVolume() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DMLand.java257 public static boolean isGamePad(InputDevice dev) { in isGamePad()
269 InputDevice dev = InputDevice.getDevice(deviceId); in getGameControllers() local
376 InputDevice dev = InputDevice.getDevice(controllerId); in thump() local
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp939 ACameraDevice* dev; in onMessageReceived() local
959 ACameraDevice* dev; in onMessageReceived() local
1423 sp<CameraDevice> dev = mDevice.promote(); in onDeviceError() local
1491 sp<CameraDevice> dev = mDevice.promote(); in onDeviceIdle() local
1534 sp<CameraDevice> dev = mDevice.promote(); in onCaptureStarted() local
1575 sp<CameraDevice> dev = mDevice.promote(); in onResultReceived() local
1674 sp<CameraDevice> dev = mDevice.promote(); in onRepeatingRequestError() local
/frameworks/base/startop/scripts/trace_analyzer/lib/
Dtrace2db.py153 dev = Column(Integer, nullable=False) # decoded from ${major}:${minor} syntax. variable in MmFilemapAddToPageCache
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceDiscoveryService.java355 T dev, @Nullable List<? extends DeviceFilter<T>> filters) { in findMatch()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioSystemAdapter.java171 private static String streamDeviceToDebugString(int stream, int dev) { in streamDeviceToDebugString()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java112 native void nDeviceDestroy(long dev); in nDeviceDestroy()
113 native void nDeviceSetConfig(long dev, int param, int value); in nDeviceSetConfig()
305 …native long rsnContextCreate(long dev, int ver, int sdkVer, int contextType, String nativeLibDir); in rsnContextCreate()
306 …synchronized long nContextCreate(long dev, int ver, int sdkVer, int contextType, String nativeLibD… in nContextCreate()
995 native void nIncDeviceDestroy(long dev); in nIncDeviceDestroy()
998 native long rsnIncContextCreate(long dev, int ver, int sdkVer, int contextType); in rsnIncContextCreate()
999 synchronized long nIncContextCreate(long dev, int ver, int sdkVer, int contextType) { in nIncContextCreate()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java403 final BluetoothDevice dev = mDevice; in unpair() local
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp791 nDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev) in nDeviceDestroy()
798 nDeviceSetConfig(JNIEnv *_env, jobject _this, jlong dev, jint p, jint value) in nDeviceSetConfig()
805 nContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, in nContextCreate()
2149 nIncDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev) in nIncDeviceDestroy()
2156 nIncContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, jint ct) in nIncContextCreate()

12