Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/av/media/libstagefright/
DFrameRenderTracker.cpp118 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()
DSurfaceUtils.cpp331 bool drop = in disableLegacyBufferDropPostQ() local
334 if (!drop) { in disableLegacyBufferDropPostQ()
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs249 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/
DEventLogTags.logtags33 # PDP drop caused by network
39 # CDMA data network drop
/frameworks/hardware/interfaces/stats/1.0/test_client/
DStatsClient.cpp107 PhysicalDropDetected drop{ in main() local
109 client->reportPhysicalDropDetected(drop); in main()
/frameworks/native/services/surfaceflinger/
DMonitoredProducer.cpp133 status_t MonitoredProducer::setLegacyBufferDrop(bool drop) { in setLegacyBufferDrop() argument
134 return mProducer->setLegacyBufferDrop(drop); in setLegacyBufferDrop()
DMonitoredProducer.h64 virtual status_t setLegacyBufferDrop(bool drop) override;
/frameworks/native/libs/binder/rust/src/
Dproxy.rs206 fn drop(&mut self) { in drop() method
525 fn drop(&mut self) { in drop() method
603 fn drop(&mut self) { in drop() method
Dnative.rs299 fn drop(&mut self) { in drop() method
Derror.rs347 fn drop(&mut self) { in drop() method
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1490 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/
DIStats.hal42 * Report the detection of a physical drop event, as detected by
46 * confidence that a drop occured, peak detected acceleration, and the
Dtypes.hal78 * 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/
DDomainVerificationCoreApiTest.kt155 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/
DPhysicsAnimatorTestUtils.kt32 import kotlin.collections.drop in <lambda>()
339 animator, property, matchers[0], *matchers.drop(0).toTypedArray()) in <lambda>()
/frameworks/base/mime/
DAndroid.bp112 // 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/
DCommandRegistry.kt121 command.execute(pw, args.drop(1)) in onShellCommand()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.kt90 entities = entities.drop(overflowCount).toMutableList() in <lambda>()
/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp598 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/
DBufferQueueProducer.h183 virtual status_t setLegacyBufferDrop(bool drop);
/frameworks/hardware/interfaces/displayservice/1.0/
DIDisplayEventReceiver.hal56 * Server must drop all references to callback and stop sending events.
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DHostUtils.kt132 .drop(1) // Drop the header itself
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragLayout.java190 public boolean drop(DragEvent event, SurfaceControl dragSurface, in drop() method in DragLayout
DDragAndDropController.java222 return pd.dragLayout.drop(event, dragSurface, () -> { in handleDrop()
/frameworks/base/tools/codegen/src/com/android/codegen/
DFileInfo.kt155 val sourceNoPrefix = fileInfo.sourceLines.drop(range.start) in <lambda>()

12