/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/helper/ |
D | BouncerSceneLayoutTest.kt | 124 held = device.naturallyHeld, in <lambda>() 133 held = device.naturallyHeld, in <lambda>() 144 held = device.naturallyHeld.flip(), in <lambda>() 153 held = device.naturallyHeld.flip(), in <lambda>() 171 width = device.width(whenHeld = held), in <lambda>() 172 height = device.height(whenHeld = held), in <lambda>() 183 val held: Held, in <lambda>() constant in com.android.systemui.bouncer.ui.helper.BouncerSceneLayoutTest.TestCase 192 append(" when held $held") in <lambda>()
|
/frameworks/native/libs/binder/trusty/rust/binder_rpc_test/ |
D | main.rs | 126 let held = srv.getHeldBinder(); localVariable 127 assert!(held.is_ok()); 128 let held = held.unwrap(); localVariable 129 assert!(held.is_some()); 130 let held = held.unwrap(); localVariable 131 assert_eq!(binder, held); 133 let session = held.into_interface::<dyn IBinderRpcSession>();
|
/frameworks/native/services/surfaceflinger/ |
D | MutexUtils.h | 61 #define MUTEX_ALIAS(held, alias) (REQUIRE_MUTEX(held), ASSERT_MUTEX(alias)) argument
|
/frameworks/native/libs/binder/ndk/tests/ |
D | iface.cpp | 189 AIBinder* held = AIBinder_Weak_promote(ret->mWeakBinder); in getService() local 190 CHECK(held == binder); in getService() 191 AIBinder_decStrong(held); in getService()
|
/frameworks/base/services/core/java/com/android/server/ |
D | WatchdogDiagnostics.java | 63 for (Object held : element.getHeldLocks()) { in printAnnotatedStack() 64 out.println(" " + getLockedString(held)); in printAnnotatedStack()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | flags.aconfig | 9 description: "SQLite APIs held back for Android 15"
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 106 - Audio Policy Service lock. This one is external - it should be assumed to be held whenever we're 114 mutex while a lower-layer mutex is being held) until `ISoundTriggerHw2`. 119 to call another module, while having its local mutex(es) held: 122 mutex. It is illegal to invoke a callback with a local mutex held.
|
/frameworks/native/libs/binder/tests/ |
D | binderRpcUniversalTests.cpp | 254 sp<IBinder> held; in TEST_P() local 255 EXPECT_OK(proc.rootIface->getHeldBinder(&held)); in TEST_P() 257 EXPECT_EQ(held.get(), ptr); in TEST_P()
|
D | binderRpcTestCommon.h | 356 Status getHeldBinder(sp<IBinder>* held) override { in getHeldBinder() argument 357 *held = mHeldBinder; in getHeldBinder()
|
/frameworks/base/tools/lock_agent/java/com/android/lock_checker/ |
D | OnThreadLockChecker.java | 254 for (Object held : element.getHeldLocks()) { in getAnnotatedStackString() 256 .append(describeLocking(held, "locked")).append('\n'); in getAnnotatedStackString()
|
/frameworks/base/core/proto/android/os/ |
D | powermanager.proto | 44 optional bool held = 3; field
|
D | batterystats.proto | 158 // BatteryLevelStep tracks data for which conditions were continuously held for 286 // The total elapsed time that a partial wakelock was held. This duration 287 // does not double count wakelocks held at the same time. 840 // the time the wakelock was held while the app was in a background state.
|
/frameworks/proto_logging/stats/enums/os/ |
D | enums.proto | 199 // locks are held, then the device will fall asleep (and lock) as usual. 206 // no other wake locks are held. This is used by the dream manager to
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 27 OpenGL ES Coding Challenge held in 2004-2005.
|
D | license-LGPL.txt | 387 If any portion of this section is held invalid or unenforceable under any
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 85 6. Orientation changes should be significantly harder when the device is held
|
/frameworks/base/core/java/android/window/ |
D | SurfaceSyncGroup.md | 29 … the `SurfaceSyncGroups` can actually produce a frame, which will just be held in a transaction un… 50 …SSG-A, SSG-B, and VRI are all applied together to ensure the contract is held. This is done by cr…
|
/frameworks/proto_logging/stats/enums/telecomm/ |
D | enums.proto | 225 * There is an live call that cannot be held.
|
/frameworks/native/services/inputflinger/ |
D | UnwantedInteractionBlocker.cpp | 616 touches.back().held = false; in getTouches()
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 178 * fmqMetadataSize field to the size(> 0) of the metadata held by the FMQ.
|
/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/ |
D | Immutable.md | 164 the values are held by `MutableReference`s, and a `mutate(key: K): V` method would help obtain a
|
/frameworks/native/services/inputflinger/tests/ |
D | UnwantedInteractionBlocker_test.cpp | 385 expected.held = false; in TEST()
|
/frameworks/base/core/proto/android/server/ |
D | powermanagerservice.proto | 216 // The wakelock is held by the system server on request by another app.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 3003 * Logs wifi locks held by an app. 3049 * Logs wifi multicast locks held by an app 3156 // Number of existing calls held by this call. 3157 // This value is set after a call is actually held, 0 otherwise. 8868 // the role held
|