/aosp_15_r20/frameworks/av/services/oboeservice/ |
H A D | AAudioServiceStreamBase.cpp | 264 mediametrics::Defer defer([&] { in start_l() local 308 mediametrics::Defer defer([&] { in pause_l() local 347 mediametrics::Defer defer([&] { in stop_l() local 392 mediametrics::Defer defer([&] { in flush_l() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | executor.hpp | 101 void defer(BOOST_ASIO_MOVE_ARG(function) f) in defer() function in boost::asio::executor::impl 212 void defer(BOOST_ASIO_MOVE_ARG(function) f) in defer() function in boost::asio::executor::impl 273 void executor::defer(BOOST_ASIO_MOVE_ARG(Function) f, in defer() function in boost::asio::executor
|
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/ |
H A D | Transactional.kt | 47 fun <A> FrpDeferredValue<Transactional<A>>.defer(): Transactional<A> = deferInline { in toString() method 52 @ExperimentalFrpApi fun <A> Lazy<Transactional<A>>.defer(): Transactional<A> = deferInline { value } in <lambda>() method
|
H A D | TFlow.kt | 100 @ExperimentalFrpApi fun <A> Lazy<TFlow<A>>.defer(): TFlow<A> = deferInline { value } in toString() method 104 fun <A> FrpDeferredValue<TFlow<A>>.defer(): TFlow<A> = deferInline { unwrapped.await() } in <lambda>() method
|
H A D | TState.kt | 61 @ExperimentalFrpApi fun <A> Lazy<TState<A>>.defer(): TState<A> = deferInline { value } in <lambda>() method 65 fun <A> FrpDeferredValue<TState<A>>.defer(): TState<A> = deferInline { unwrapped.await() } in <lambda>() method
|
/aosp_15_r20/external/perfetto/ui/src/base/ |
H A D | disposable_stack.ts | 45 defer(onDispose: () => void) { method in DisposableStack 115 defer(onDispose: () => Promise<void>) { method in AsyncDisposableStack
|
H A D | deferred.ts | 23 export function defer<T>(): Deferred<T> { function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | test_upb.lua | 390 function defer(fn) function 394 function defer(fn) function
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_transaction_test_util_unittest.cc | 165 [&](bool* defer) { before_network_start_callback_called = true; })); in TEST_F() 182 base::BindLambdaForTesting([&](bool* defer) { in TEST_F() 366 base::BindLambdaForTesting([&](bool* defer) { in TEST_F()
|
/aosp_15_r20/frameworks/av/media/libaudioclient/ |
H A D | AudioTrack.cpp | 787 mediametrics::Defer defer([&] { in start() local 919 mediametrics::Defer defer([&]() { in stop() local 982 mediametrics::Defer defer([&]() { in flush() local 1078 mediametrics::Defer defer([&]() { in pause() local 1711 mediametrics::Defer defer([&] { in setOutputDevice() local 2870 mediametrics::Defer defer([&] { in restoreTrack_l() local 3080 mediametrics::Defer defer([&] { in applyVolumeShaper() local
|
H A D | AudioRecord.cpp | 443 mediametrics::Defer defer([&] { in start() local 523 mediametrics::Defer defer([&] { in stop() local 719 mediametrics::Defer defer([&] { in setInputDevice() local 1571 mediametrics::Defer defer([&] { in restoreRecord_l() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/ |
D | worker.rs | 235 pub(crate) defer: RefCell<Vec<Notified>>, field 995 let mut defer = cx.defer.borrow_mut(); in schedule_deferred_with_core() localVariable 1050 let mut defer = cx.defer.borrow_mut(); in schedule_deferred_without_core() localVariable 1305 let mut defer = cx.defer.borrow_mut(); in shutdown_clear_defer() localVariable 1314 pub(crate) fn defer(&self, waker: &Waker) { in defer() method
|
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/ |
H A D | JsonElementSerializers.kt | 219 private fun defer(deferred: () -> SerialDescriptor): SerialDescriptor = object : SerialDescriptor { in asJsonDecoder() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/debug_tree/src/ |
D | lib.rs | 8 pub mod defer; module 711 macro_rules! defer { macro
|
/aosp_15_r20/development/tools/winscope/src/trace_processor/ |
H A D | deferred.ts | 22 export function defer<T>(): Deferred<T> { function
|
/aosp_15_r20/frameworks/base/tools/preload-check/device/src/com/android/preload/check/ |
H A D | IntegrityCheck.java | 38 private final static Object defer = new Object(); field in IntegrityCheck.StatusHelper
|
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/ |
H A D | defer.h | 40 #define defer(x) \ macro
|
/aosp_15_r20/system/media/audio_utils/include/audio_utils/ |
H A D | DeferredExecutor.h | 85 void defer(F&& functor) { in defer() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/ |
D | defer.rs | 15 pub(crate) fn defer(&self, waker: &Waker) { in defer() method
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/ |
D | Defer.h | 143 inline DeferredAction<T> defer(T target) { in defer() function
|
/aosp_15_r20/frameworks/native/include/ftl/ |
H A D | future.h | 130 inline auto defer(F&& f, Args&&... args) { in defer() function
|
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/ |
H A D | defer.h | 129 __attribute__((__warn_unused_result__)) inline deferred_action<T> defer(T target) { in defer() function
|
/aosp_15_r20/external/perfetto/infra/ci/ |
H A D | common_utils.py | 127 def defer(coro): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/ |
D | mod.rs | 114 pub(crate) defer: Defer, field 435 pub(crate) fn defer(&self, waker: &Waker) { in defer() method
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ApplicationThreadDeferred.java | 95 public ApplicationThreadDeferred(IApplicationThread thread, boolean defer) { in ApplicationThreadDeferred()
|