/frameworks/av/media/libstagefright/tests/ |
D | VideoRenderQualityTracker_test.cpp | 80 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/ |
D | glass_rain.agsl | 18 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 …]
|
D | rain_shower.agsl | 28 * @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.
|
D | rain_constants.agsl | 18 // The color of the highlight of each drop. 22 // The tint color of the drop.
|
D | rain_glass_layer.agsl | 44 vec2 dropUvMasked = smallDrippingRain.drop * dropMask; 60 medDrippingRain.drop * medDrippingRain.dropMask, medDrippingRain.dropMask);
|
D | snow.agsl | 66 // 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/ |
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()
|
/frameworks/native/libs/binder/rust/rpcbinder/src/server/ |
D | trusty.rs | 37 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/ |
D | CommunalLoggerStartable.kt | 31 import kotlinx.coroutines.flow.drop in <lambda>() 59 .drop(1) in <lambda>()
|
/frameworks/native/libs/binder/rust/tests/ |
D | integration.rs | 417 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/ |
D | proxy.rs | 219 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
|
D | native.rs | 304 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/ |
D | alarm.aconfig | 7 description: "Use frozen state callback to drop listener alarms for cached apps"
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 33 # PDP drop caused by network 39 # CDMA data network drop
|
/frameworks/native/libs/nativewindow/tests/benchmark/ |
D | buffer_benchmarks.rs | 39 drop(buffer); in criterion_benchmark()
|
/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/libs/bufferstreams/rust/src/buffers/ |
D | buffer.rs | 52 fn drop(&mut self) { in drop() method
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1492 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/ |
D | FromAlternateBouncerTransitionInteractor.kt | 43 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/ |
D | DomainVerificationCoreApiTest.kt | 155 values.indices.drop(1).forEach { in <lambda>() 175 values.indices.drop(1).forEach { in <lambda>()
|
/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/native/services/inputflinger/rust/ |
D | lib.rs | 123 fn drop(&mut self) { in drop() method
|
/frameworks/native/libs/nativewindow/rust/src/ |
D | surface.rs | 66 fn drop(&mut self) { in drop() method
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/ |
D | AuthMethodBouncerViewModelTest.kt | 65 FakeAuthenticationRepository.DEFAULT_PIN.drop(2).forEach { digit -> in <lambda>()
|