Searched refs:once (Results 1 – 25 of 1305) sorted by relevance
12345678910>>...53
/frameworks/base/core/jni/ |
D | android_view_InputEventReceiver.md | 3 …once per vsync. Therefore, apps can only respond to 1 input event per frame. If multiple input eve… 19 … socket. Thus, the app could choose to read events 1 at a time, or all at once. If there are no mo… 21 … app to read events 1 at a time, it is more efficient to read them all at once. Therefore, wheneve… 31 Before the batched events are consumed, the socket is drained once again. This is an optimization.
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | thread_test.cc | 109 static pthread_once_t once = PTHREAD_ONCE_INIT; in TEST() local 110 ASSERT_EQ(pthread_once(&once, ThreadOnceFunction), 0); in TEST() 112 ASSERT_EQ(pthread_once(&once, ThreadOnceFunction), 0); in TEST()
|
/frameworks/native/libs/binder/trusty/include_mock/openssl/ |
D | rand.h | 16 #pragma once
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | libsurfaceflinger_unittest_main.h | 17 #pragma once
|
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/ |
D | TransactionProto.h | 17 #pragma once
|
D | LayerProtoHeader.h | 17 #pragma once
|
/frameworks/native/libs/binder/trusty/ndk/include/android/ |
D | llndk-versioning.h | 16 #pragma once
|
/frameworks/base/core/java/android/app/ |
D | activity_manager.aconfig | 57 description: "Gate the new behavior where an ANR is thrown once an FGS times out." 67 description: "Enable the new behavior where the app is crashed once an FGS times out."
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderEffectCapabilityQuery.h | 17 #pragma once
|
/frameworks/native/libs/binder/trusty/include_mock/uapi/ |
D | trusty_uuid.h | 16 #pragma once
|
/frameworks/native/services/inputflinger/rust/ffi/ |
D | InputFlingerBootstrap.h | 17 #pragma once
|
/frameworks/base/native/webview/plat_support/ |
D | functor_utils.h | 17 #pragma once
|
/frameworks/base/libs/hwui/jni/ |
D | MimeType.h | 17 #pragma once
|
/frameworks/native/libs/binder/trusty/include_mock/ |
D | trusty-gtest.h | 16 #pragma once
|
/frameworks/native/libs/gui/tests/ |
D | Constants.h | 17 #pragma once
|
/frameworks/av/services/audiopolicy/engineconfigurable/include/ |
D | EngineDefinition.h | 17 #pragma once
|
/frameworks/native/opengl/libs/EGL/include/private/EGL/ |
D | cache.h | 17 #pragma once
|
D | display.h | 17 #pragma once
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_internal_logging.h | 28 #pragma once
|
/frameworks/base/cmds/incidentd/src/ |
D | Log.h | 23 #pragma once
|
/frameworks/base/libs/hwui/utils/ |
D | TypefaceUtils.h | 17 #pragma once
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | HardwareProperties.h | 17 #pragma once
|
/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
D | binder.h | 16 #pragma once
|
/frameworks/native/libs/binder/trusty/include_mock/lk/ |
D | err_ptr.h | 16 #pragma once
|
/frameworks/native/services/surfaceflinger/ |
D | ThreadContext.h | 17 #pragma once
|
12345678910>>...53