/frameworks/av/media/libstagefright/ |
D | FrameRenderTracker.cpp | 118 bool drop = false; // whether to drop each frame in checkFencesAndGetRenderedFrames() local 121 drop = dropIncomplete; in checkFencesAndGetRenderedFrames() 126 drop = true; in checkFencesAndGetRenderedFrames() 128 drop = dropIncomplete; in checkFencesAndGetRenderedFrames() 140 if (drop || (it->mFence == NULL && it == mRenderQueue.begin())) { in checkFencesAndGetRenderedFrames()
|
D | SurfaceUtils.cpp | 331 bool drop = in disableLegacyBufferDropPostQ() local 334 if (!drop) { in disableLegacyBufferDropPostQ()
|
/frameworks/native/libs/binder/rust/tests/ |
D | integration.rs | 249 fn drop(&mut self) { in drop() method 334 drop(service_process); in test_death_notifications() 363 drop(service_process); in test_unregister_death_notifications() 389 drop(remote); in test_death_notification_registration_lifetime() 391 drop(service_process); in test_death_notification_registration_lifetime()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 33 # PDP drop caused by network 39 # CDMA data network drop
|
/frameworks/hardware/interfaces/stats/1.0/test_client/ |
D | StatsClient.cpp | 107 PhysicalDropDetected drop{ in main() local 109 client->reportPhysicalDropDetected(drop); in main()
|
/frameworks/native/services/surfaceflinger/ |
D | MonitoredProducer.cpp | 133 status_t MonitoredProducer::setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument 134 return mProducer->setLegacyBufferDrop(drop); in setLegacyBufferDrop()
|
D | MonitoredProducer.h | 64 virtual status_t setLegacyBufferDrop(bool drop) override;
|
/frameworks/native/libs/binder/rust/src/ |
D | proxy.rs | 206 fn drop(&mut self) { in drop() method 525 fn drop(&mut self) { in drop() method 603 fn drop(&mut self) { in drop() method
|
D | native.rs | 299 fn drop(&mut self) { in drop() method
|
D | error.rs | 347 fn drop(&mut self) { in drop() method
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1490 int drop = -1; in addPoint() local 1497 drop = i; in addPoint() 1500 if (i == NUM_PAST && drop < 0) { in addPoint() 1501 drop = 0; in addPoint() 1503 if (drop == i) drop--; in addPoint() 1506 if (drop >= 0) { in addPoint() 1507 final int start = drop+1; in addPoint() 1508 final int count = NUM_PAST-drop-1; in addPoint() 1512 i -= (drop+1); in addPoint()
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | IStats.hal | 42 * Report the detection of a physical drop event, as detected by 46 * confidence that a drop occured, peak detected acceleration, and the
|
D | types.hal | 78 * Represents a physical drop detected event. 82 /* Confidence that the event was actually a drop, 0 -> 100 */ 85 /* Peak acceleration of the drop, in 1/1000s of a g. */
|
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
D | DomainVerificationCoreApiTest.kt | 155 values.indices.drop(1).forEach { in <lambda>() 175 values.indices.drop(1).forEach { in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/ |
D | PhysicsAnimatorTestUtils.kt | 32 import kotlin.collections.drop in <lambda>() 339 animator, property, matchers[0], *matchers.drop(0).toTypedArray()) in <lambda>()
|
/frameworks/base/mime/ |
D | Android.bp | 112 // strip comments normalize whitepace drop empty lines 128 …// strip comments normalize whitepace drop empty lines prepend ? to fields t…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
D | CommandRegistry.kt | 121 command.execute(pw, args.drop(1)) in onShellCommand()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/ |
D | BubbleVolatileRepository.kt | 90 entities = entities.drop(overflowCount).toMutableList() in <lambda>()
|
/frameworks/native/libs/gui/ |
D | IGraphicBufferProducer.cpp | 598 virtual status_t setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument 602 data.writeInt32(drop); in setLegacyBufferDrop() 912 status_t setLegacyBufferDrop(bool drop) override { in setLegacyBufferDrop() argument 913 return mBase->setLegacyBufferDrop(drop); in setLegacyBufferDrop() 951 status_t IGraphicBufferProducer::setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument 953 (void) drop; in setLegacyBufferDrop() 1502 bool drop = data.readInt32(); in onTransact() local 1503 int result = setLegacyBufferDrop(drop); in onTransact()
|
/frameworks/native/libs/gui/include/gui/ |
D | BufferQueueProducer.h | 183 virtual status_t setLegacyBufferDrop(bool drop);
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IDisplayEventReceiver.hal | 56 * Server must drop all references to callback and stop sending events.
|
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
D | HostUtils.kt | 132 .drop(1) // Drop the header itself
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
D | DragLayout.java | 190 public boolean drop(DragEvent event, SurfaceControl dragSurface, in drop() method in DragLayout
|
D | DragAndDropController.java | 222 return pd.dragLayout.drop(event, dragSurface, () -> { in handleDrop()
|
/frameworks/base/tools/codegen/src/com/android/codegen/ |
D | FileInfo.kt | 155 val sourceNoPrefix = fileInfo.sourceLines.drop(range.start) in <lambda>()
|