/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.cpp | 172 ProcHook::DEVICE, 179 ProcHook::DEVICE, 186 ProcHook::DEVICE, 193 ProcHook::DEVICE, 200 ProcHook::DEVICE, 207 ProcHook::DEVICE, 242 ProcHook::DEVICE, 263 ProcHook::DEVICE, 284 ProcHook::DEVICE, 319 ProcHook::DEVICE, [all …]
|
D | driver_gen.h | 33 DEVICE, enumerator
|
D | driver.cpp | 805 case ProcHook::DEVICE: in GetInstanceProcAddr() 826 if (hook->type != ProcHook::DEVICE) { in GetDeviceProcAddr()
|
/frameworks/base/libs/hwui/tests/scripts/ |
D | prep_generic.sh | 64 DEVICE=`getprop ro.product.device` 157 echo "\nCurrently don't support locking GPU clocks of $MODEL ($DEVICE)" 160 if [ ${DEVICE} == "walleye" ] || [ ${DEVICE} == "taimen" ]; then 162 echo "\nUnable to lock GPU clocks of $MODEL ($DEVICE)" 243 if [ ${DEVICE} == "marlin" ] || [ ${DEVICE} == "sailfish" ]; then 246 echo "\nUnable to lock memory bus of $MODEL ($DEVICE)." 249 echo "\n$DEVICE clocks have been locked - to reset, reboot the device\n"
|
/frameworks/base/wifi/tests/src/android/net/wifi/p2p/nsd/ |
D | WifiP2pUpnpServiceInfoTest.java | 36 private static final String DEVICE = "aa:bb:cc:dd:ee:ff"; field in WifiP2pUpnpServiceInfoTest 54 UUID, DEVICE, null); in testNewInstance() 58 UUID, DEVICE, mServiceList); in testNewInstance() 63 null, DEVICE, null); in testNewInstance()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsAccess.java | 53 Level.DEVICE, 101 int DEVICE = 3; field 120 return NetworkStatsAccess.Level.DEVICE; in checkAccessLevel() 148 case NetworkStatsAccess.Level.DEVICE: in isAccessibleToUser()
|
D | NetworkStatsRecorder.java | 153 NetworkStatsAccess.Level.DEVICE, Binder.getCallingUid()).getTotal(null); in getTotalSinceBootLocked()
|
/frameworks/base/tests/net/java/com/android/server/net/ |
D | NetworkStatsObserversTest.java | 137 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE); in testRegister_thresholdTooLow_setsDefaultThreshold() 150 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE); in testRegister_highThreshold_accepted() 162 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE); in testRegister_twoRequests_twoIds() 168 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE); in testRegister_twoRequests_twoIds() 188 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE); in testUnregister_knownRequest_releasesCaller() 206 UID_RED, NetworkStatsAccess.Level.DEVICE); in testUnregister_knownRequest_invalidUid_doesNotUnregister() 233 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE); in testUpdateStats_initialSample_doesNotNotify() 257 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE); in testUpdateStats_belowThreshold_doesNotNotify() 287 Process.SYSTEM_UID, NetworkStatsAccess.Level.DEVICE); in testUpdateStats_deviceAccess_notifies()
|
D | NetworkStatsCollectionTest.java | 123 636016770L, 709306L, 88038768L, 518836L, NetworkStatsAccess.Level.DEVICE); in testReadLegacyNetwork() 132 0L, 0L, 0L, 0L, NetworkStatsAccess.Level.DEVICE); in testReadLegacyNetwork() 137 636016770L, 709306L, 88038768L, 518836L, NetworkStatsAccess.Level.DEVICE); in testReadLegacyNetwork() 151 637076152L, 711413L, 88343717L, 521022L, NetworkStatsAccess.Level.DEVICE); in testReadLegacyUid() 160 0L, 0L, 0L, 0L, NetworkStatsAccess.Level.DEVICE); in testReadLegacyUid() 165 637076152L, 711413L, 88343717L, 521022L, NetworkStatsAccess.Level.DEVICE); in testReadLegacyUid() 250 collection.getRelevantUids(NetworkStatsAccess.Level.DEVICE)); in testAccessLevels() 269 0, NetworkStatsAccess.Level.DEVICE); in testAccessLevels() 551 SET_ALL, TAG_NONE, FIELD_ALL, start, end, NetworkStatsAccess.Level.DEVICE, myUid()); in getHistory() 566 template, Long.MIN_VALUE, Long.MAX_VALUE, NetworkStatsAccess.Level.DEVICE, myUid()) in assertSummaryTotalIncludingTags()
|
D | NetworkStatsAccessTest.java | 82 assertEquals(NetworkStatsAccess.Level.DEVICE, in testCheckAccessLevel_hasCarrierPrivileges() 93 assertEquals(NetworkStatsAccess.Level.DEVICE, in testCheckAccessLevel_isDeviceOwner()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | BuildTest.java | 58 assertNotEmpty("DEVICE", Build.DEVICE); in testBuildFields()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | CompositionTest.cpp | 1120 KeepCompositionTypeVariant<IComposerClient::Composition::DEVICE>, in TEST_F() 1127 KeepCompositionTypeVariant<IComposerClient::Composition::DEVICE>, in TEST_F() 1134 ChangeCompositionTypeVariant<IComposerClient::Composition::DEVICE, in TEST_F() 1216 KeepCompositionTypeVariant<IComposerClient::Composition::DEVICE>, in TEST_F() 1223 KeepCompositionTypeVariant<IComposerClient::Composition::DEVICE>, in TEST_F() 1230 ChangeCompositionTypeVariant<IComposerClient::Composition::DEVICE, in TEST_F() 1304 KeepCompositionTypeVariant<IComposerClient::Composition::DEVICE>, in TEST_F() 1311 KeepCompositionTypeVariant<IComposerClient::Composition::DEVICE>, in TEST_F() 1318 ChangeCompositionTypeVariant<IComposerClient::Composition::DEVICE, in TEST_F()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UnitTest.java | 131 String thisDeviceName = android.os.Build.DEVICE; in logStart()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UnitTest.java | 134 String thisDeviceName = android.os.Build.DEVICE; in logStart()
|
/frameworks/rs/tests/java_api/RsMinimalTest/src/com/android/rs/minimaltest/ |
D | UnitTest.java | 131 String thisDeviceName = android.os.Build.DEVICE; in logStart()
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 34 [--device DEVICE] 60 --device DEVICE, -d DEVICE
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/ |
D | SensorLoggerSession.java | 107 proto.deviceId = Build.DEVICE; in toProto()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbAlsaDevice.java | 251 dump.write("device", UsbAlsaDeviceProto.DEVICE, mDeviceNum); in dump()
|
D | UsbMidiDevice.java | 352 dump.write("device", UsbMidiDeviceProto.DEVICE, mAlsaDevice); in dump()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbPortStatus.java | 82 public static final int DATA_ROLE_DEVICE = Constants.PortDataRole.DEVICE;
|
/frameworks/base/core/jni/ |
D | android_os_VintfObject.cpp | 119 if (manifest == nullptr || manifest->type() != SchemaType::DEVICE) { in android_os_VintfObject_getSepolicyVersion()
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | AttestationUtils.java | 206 Build.DEVICE.getBytes(StandardCharsets.UTF_8)); in prepareAttestationArguments()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
D | Utils.java | 311 Build.DEVICE, in getUserAgent()
|
/frameworks/base/core/java/android/os/ |
D | Build.java | 60 public static final String DEVICE = getString("ro.product.device"); field in Build
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.cpp | 168 if (layers_[i].composition_type != IComposerClient::Composition::DEVICE) { in GetChangedCompositionTypes() 170 types->push_back(IComposerClient::Composition::DEVICE); in GetChangedCompositionTypes() 171 layers_[i].composition_type = IComposerClient::Composition::DEVICE; in GetChangedCompositionTypes()
|