| /frameworks/av/camera/ndk/impl/ | 
| D | ACameraCaptureSession.cpp | 27     std::shared_ptr<acam::CameraDevice> dev = getDevicePtr();  in ~ACameraCaptureSession()  local 29     sp<acam::CameraDevice> dev = getDeviceSp();  in ~ACameraCaptureSession()  local 58     std::shared_ptr<acam::CameraDevice> dev = getDevicePtr();  in closeByApp()  local 60     sp<acam::CameraDevice> dev = getDeviceSp();  in closeByApp()  local 87     std::shared_ptr<acam::CameraDevice> dev = getDevicePtr();  in stopRepeating()  local 109     std::shared_ptr<acam::CameraDevice> dev = getDevicePtr();  in abortCaptures()  local 130     std::shared_ptr<acam::CameraDevice> dev = getDevicePtr();  in updateOutputConfiguration()  local 151     std::shared_ptr<acam::CameraDevice> dev = getDevicePtr();  in prepare()  local 174     std::shared_ptr<acam::CameraDevice> dev = getDevicePtr();  in getDevice()  local 176     sp<acam::CameraDevice> dev = getDeviceSp();  in getDevice()  local
  | 
| D | ACameraDevice.cpp | 994             ACameraDevice* dev;  in onMessageReceived()  local 1014             ACameraDevice* dev;  in onMessageReceived()  local 1564     sp<CameraDevice> dev = mDevice.promote();  in onDeviceError()  local 1632     sp<CameraDevice> dev = mDevice.promote();  in onDeviceIdle()  local 1677     sp<CameraDevice> dev = mDevice.promote();  in onCaptureStarted()  local 1731     sp<CameraDevice> dev = mDevice.promote();  in onResultReceived()  local 1809     sp<CameraDevice> dev = mDevice.promote();  in onPrepared()  local 1850     sp<CameraDevice> dev = mDevice.promote();  in onRepeatingRequestError()  local
  | 
| /frameworks/base/packages/SystemUI/scripts/token_alignment/ | 
| D | package-lock.json | 28             "dev": true,  boolean 40             "dev": true,  boolean 64             "dev": true,  boolean 79             "dev": true,  boolean 93             "dev": true,  boolean 100             "dev": true,  boolean 109             "dev": true  boolean 115             "dev": true,  boolean 125             "dev": true,  boolean 138             "dev": true,  boolean [all …] 
 | 
| /frameworks/rs/ | 
| D | rsApiDevice.cpp | 32 extern "C" void rsDeviceDestroy(RsDevice dev) {  in rsDeviceDestroy() 39 extern "C" void rsDeviceSetConfig(RsDevice dev, RsDeviceParam p, int32_t value) {  in rsDeviceSetConfig()
  | 
| D | rsApiContext.cpp | 31     Device * dev = static_cast<Device *>(vdev);  in rsContextCreateVendor()  local 59     Device * dev = static_cast<Device *>(vdev);  in rsContextCreateGL()  local
  | 
| D | rsContext.cpp | 461 Context * Context::createContext(Device *dev, const RsSurfaceConfig *sc,  in createContext() 490 bool Context::initContext(Device *dev, const RsSurfaceConfig *sc) {  in initContext()
  | 
| /frameworks/native/vulkan/libvulkan/ | 
| D | api.h | 64 inline DeviceData& GetData(VkDevice dev) {  in GetData()
  | 
| D | driver.h | 251 inline bool SetData(VkDevice dev, const DeviceData& data) {  in SetData() 279 inline DeviceData& GetData(VkDevice dev) {  in GetData()
  | 
| D | driver_gen.cpp | 681 bool InitDriverTable(VkDevice dev,  in InitDriverTable()
  | 
| /frameworks/base/tests/JankBench/scripts/ | 
| D | runall.py | 31 def start_device(name, dev):  argument
  | 
| /frameworks/av/services/audioflinger/ | 
| D | SpdifStreamOut.cpp | 34 SpdifStreamOut::SpdifStreamOut(AudioHwDevice *dev,  in SpdifStreamOut()
  | 
| D | AudioStreamOut.cpp | 32 AudioStreamOut::AudioStreamOut(AudioHwDevice *dev, audio_output_flags_t flags)  in AudioStreamOut()
  | 
| D | AudioFlinger.cpp | 463             AudioHwDevice *dev = mAudioHwDevs.valueAt(i);  in getMmapPolicyInfos()  local 498         sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice();  in setDeviceConnectedState()  local 519         sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice();  in setSimulateDeviceConnections()  local 775             sp<DeviceHalInterface> dev = audioHwDevice->hwDevice();  in findSuitableHwDev_l()  local 935             sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice();  in dump()  local 1388             AudioHwDevice *dev = mAudioHwDevs.valueAt(i);  in setMasterVolume()  local 1466         sp<DeviceHalInterface> dev = mPrimaryHardwareDev->hwDevice();  in setMode()  local 1511         sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice();  in setMicMute()  local 1576             AudioHwDevice *dev = mAudioHwDevs.valueAt(i);  in setMasterMute()  local 1933                 sp<DeviceHalInterface> dev = mAudioHwDevs.valueAt(i)->hwDevice();  in setParameters()  local [all …] 
 | 
| /frameworks/native/services/sensorservice/ | 
| D | SensorService.cpp | 288     SensorDevice& dev(SensorDevice::getInstance());  in onFirstRef()  local 490     SensorDevice& dev(SensorDevice::getInstance());  in onUidStateChanged()  local 624             SensorDevice& dev = SensorDevice::getInstance();  in dump()  local 750     SensorDevice& dev = SensorDevice::getInstance();  in dumpProtoLocked()  local 826     SensorDevice& dev(SensorDevice::getInstance());  in disableAllSensorsLocked()  local 855     SensorDevice& dev(SensorDevice::getInstance());  in enableAllSensorsLocked()  local 1616         SensorDevice& dev(SensorDevice::getInstance());  in createSensorDirectConnection()  local 1745     SensorDevice& dev(SensorDevice::getInstance());  in setOperationParameter()  local 1761     SensorDevice& dev(SensorDevice::getInstance());  in resetToNormalModeLocked()  local 1812     SensorDevice& dev(SensorDevice::getInstance());  in cleanupConnection()  local [all …] 
 | 
| D | SensorEventConnection.cpp | 770     SensorDevice& dev(SensorDevice::getInstance());  in capRates()  local 790     SensorDevice& dev(SensorDevice::getInstance());  in uncapRates()  local 868                 SensorDevice& dev(SensorDevice::getInstance());  in handleEvent()  local
  | 
| D | SensorDirectConnection.cpp | 283         SensorDevice& dev(SensorDevice::getInstance());  in configure()  local
  | 
| /frameworks/av/camera/ndk/ndk_vendor/impl/ | 
| D | ACameraDevice.cpp | 979             ACameraDevice* dev;  in onMessageReceived()  local 999             ACameraDevice* dev;  in onMessageReceived()  local 1551     std::shared_ptr<CameraDevice> dev = mDevice.lock();  in onDeviceError()  local 1618     std::shared_ptr<CameraDevice> dev = mDevice.lock();  in onDeviceIdle()  local 1660     std::shared_ptr<CameraDevice> dev = mDevice.lock();  in onCaptureStarted()  local 1710     std::shared_ptr<CameraDevice> dev = mDevice.lock();  in onResultReceived()  local 1807     std::shared_ptr<CameraDevice> dev = mDevice.lock();  in onRepeatingRequestError()  local 1826     std::shared_ptr<CameraDevice> dev = mDevice.lock();  in onPrepared()  local
  | 
| /frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ | 
| D | CompanionDeviceDiscoveryService.java | 493             T dev, @Nullable List<? extends DeviceFilter<T>> filters) {  in findMatch()
  | 
| /frameworks/rs/support/java/src/androidx/renderscript/ | 
| D | RenderScript.java | 112     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/rs/support/jni/ | 
| D | android_renderscript_RenderScript.cpp | 791 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()
  | 
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ | 
| D | CachedBluetoothDevice.java | 509             final BluetoothDevice dev = mDevice;  in unpair()  local
  | 
| /frameworks/base/rs/java/android/renderscript/ | 
| D | RenderScript.java | 143     native void nDeviceDestroy(long dev);  in nDeviceDestroy() 144     native void nDeviceSetConfig(long dev, int param, int value);  in nDeviceSetConfig() 217     native long  rsnContextCreateGL(long dev, int ver, int sdkVer,  in rsnContextCreateGL() 223     synchronized long nContextCreateGL(long dev, int ver, int sdkVer,  in nContextCreateGL() 234     native long  rsnContextCreate(long dev, int ver, int sdkVer, int contextType);  in rsnContextCreate() 235     synchronized long nContextCreate(long dev, int ver, int sdkVer, int contextType) {  in nContextCreate()
  | 
| /frameworks/base/media/java/android/media/ | 
| D | IAudioService.aidl | 626     oneway void muteAwaitConnection(in int[] usagesToMute, in AudioDeviceAttributes dev,  in muteAwaitConnection() 629     oneway void cancelMuteAwaitConnection(in AudioDeviceAttributes dev);  in cancelMuteAwaitConnection()
  | 
| /frameworks/base/rs/jni/ | 
| D | android_renderscript_RenderScript.cpp | 833 nDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev)  in nDeviceDestroy() 842 nDeviceSetConfig(JNIEnv *_env, jobject _this, jlong dev, jint p, jint value)  in nDeviceSetConfig() 851 nContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint flags, jint sdkVer, jint contextType)  in nContextCreate() 860 nContextCreateGL(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer,  in nContextCreateGL()
  | 
| /frameworks/base/services/core/java/com/android/server/audio/ | 
| D | PlaybackActivityMonitor.java | 1418             @NonNull AudioDeviceAttributes dev, long timeOutMs) {  in muteAwaitConnection()
  |