Home
last modified time | relevance | path

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

123

/frameworks/av/media/libstagefright/tests/
DVideoRenderQualityTracker_test.cpp80 void drop(int numFrames) { in drop() function in android::Helper
417 h.drop(10); in TEST_F()
421 h.drop(10); in TEST_F()
429 h.drop(10); // dropped frames are not counted in TEST_F()
432 h.drop(10); // dropped frames are not counted in TEST_F()
436 h.drop(10); // dropped frames are not counted in TEST_F()
446 h.drop(10); in TEST_F()
449 h.drop(10); in TEST_F()
452 h.drop(10); // dropped frames at the end of playback are not counted in TEST_F()
463 h.drop(10); in TEST_F()
[all …]
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/
Dglass_rain.agsl18 highp vec2 drop;
32 * @param rainGridSize the size of the grid, where each cell contains a main drop and some
35 * (each cell contains a drop).
54 // Number of rows and columns (each one is a cell, a drop).
78 // Adjusts scale of each drop (higher is smaller).
86 /* Cell main drop. */
105 // (so the drop doesn't go outside it's cell).
109 // Calculate main cell drop.
112 // Create tear drop shape.
117 // Create a circle for the main drop in the cell, based on position.
[all …]
Drain_shower.agsl28 * @param rainGridSize the size of the grid, where each cell contains a main drop and some
31 * (each cell contains a drop).
44 // Number of rows and columns (each one is a cell, a drop).
73 // Adjusts scale of each drop (higher is smaller).
77 /* Cell drop. */
81 // Calculate drop.
86 // Create the drop.
Drain_constants.agsl18 // The color of the highlight of each drop.
22 // The tint color of the drop.
Drain_glass_layer.agsl44 vec2 dropUvMasked = smallDrippingRain.drop * dropMask;
60 medDrippingRain.drop * medDrippingRain.dropMask, medDrippingRain.dropMask);
Dsnow.agsl66 // Number of rows and columns (each one is a cell, a drop).
141 // (so the drop doesn't go outside it's cell).
144 // Calculate main cell drop.
/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()
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dtrusty.rs37 fn drop(&mut self) { in drop() method
101 drop(Box::<F>::from_raw(cb.cast())); in per_session_callback_deleter()
110 fn drop(&mut self) { in drop() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/log/
DCommunalLoggerStartable.kt31 import kotlinx.coroutines.flow.drop in <lambda>()
59 .drop(1) in <lambda>()
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs417 fn drop(&mut self) { in drop() method
697 fn drop(&mut self) { in register_death_notification() method
732 drop(service_process); in test_death_notifications()
741 drop(recipient); in test_death_notifications()
759 drop(service_process); in test_unregister_death_notifications()
768 drop(recipient); in test_unregister_death_notifications()
784 drop(remote); in test_death_notification_registration_lifetime()
786 drop(service_process); in test_death_notification_registration_lifetime()
799 drop(recipient); in test_death_notification_registration_lifetime()
/frameworks/native/libs/binder/rust/src/
Dproxy.rs219 fn drop(&mut self) { in drop() method
528 fn drop(&mut self) { in drop() method
654 drop(unsafe { Arc::from_raw(cookie as *const F) }); in cookie_decr_refcount()
687 fn drop(&mut self) { in drop() method
Dnative.rs304 drop(unsafe { Box::from_raw(object as *mut T) }); in on_destroy()
395 fn drop(&mut self) { in drop() method
/frameworks/base/apex/jobscheduler/service/aconfig/
Dalarm.aconfig7 description: "Use frozen state callback to drop listener alarms for cached apps"
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags33 # PDP drop caused by network
39 # CDMA data network drop
/frameworks/native/libs/nativewindow/tests/benchmark/
Dbuffer_benchmarks.rs39 drop(buffer); in criterion_benchmark()
/frameworks/hardware/interfaces/stats/1.0/test_client/
DStatsClient.cpp107 PhysicalDropDetected drop{ in main() local
109 client->reportPhysicalDropDetected(drop); in main()
/frameworks/native/libs/bufferstreams/rust/src/buffers/
Dbuffer.rs52 fn drop(&mut self) { in drop() method
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1492 int drop = -1; in addPoint() local
1499 drop = i; in addPoint()
1502 if (i == NUM_PAST && drop < 0) { in addPoint()
1503 drop = 0; in addPoint()
1505 if (drop == i) drop--; in addPoint()
1508 if (drop >= 0) { in addPoint()
1509 final int start = drop+1; in addPoint()
1510 final int count = NUM_PAST-drop-1; in addPoint()
1514 i -= (drop+1); in addPoint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DFromAlternateBouncerTransitionInteractor.kt43 import kotlinx.coroutines.flow.drop in <lambda>()
172 primaryBouncerInteractor.keyguardAuthenticatedBiometricsHandled.drop( in <lambda>()
/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/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/native/services/inputflinger/rust/
Dlib.rs123 fn drop(&mut self) { in drop() method
/frameworks/native/libs/nativewindow/rust/src/
Dsurface.rs66 fn drop(&mut self) { in drop() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DAuthMethodBouncerViewModelTest.kt65 FakeAuthenticationRepository.DEFAULT_PIN.drop(2).forEach { digit -> in <lambda>()

123