Home
last modified time | relevance | path

Searched defs:async (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/wilhelm/src/objects/
DCMediaPlayer.cpp27 XAresult CMediaPlayer_Realize(void *self, XAboolean async) in CMediaPlayer_Realize()
41 XAresult CMediaPlayer_Resume(void *self, XAboolean async) in CMediaPlayer_Resume()
DCAudioRecorder.cpp24 SLresult CAudioRecorder_Realize(void *self, SLboolean async) in CAudioRecorder_Realize()
39 SLresult CAudioRecorder_Resume(void *self, SLboolean async) in CAudioRecorder_Resume()
DCOutputMix.cpp24 SLresult COutputMix_Realize(void *self, SLboolean async) in COutputMix_Realize()
39 SLresult COutputMix_Resume(void *self, SLboolean async) in COutputMix_Resume()
DCAudioPlayer.cpp24 SLresult CAudioPlayer_Realize(void *self, SLboolean async) in CAudioPlayer_Realize()
47 SLresult CAudioPlayer_Resume(void *self, SLboolean async) in CAudioPlayer_Resume()
DCEngine.cpp57 SLresult CEngine_Realize(void *self, SLboolean async) in CEngine_Realize()
94 SLresult CEngine_Resume(void *self, SLboolean async) in CEngine_Resume()
/frameworks/wilhelm/src/android/
DOutputMix_to_android.cpp29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) { in android_outputMix_realize()
Dandroid_GenericPlayer.cpp285 void GenericPlayer::notify(const char* event, int data, bool async) { in notify()
298 void GenericPlayer::notify(const char* event, int data1, int data2, bool async) { in notify()
DMediaPlayer_to_android.cpp413 XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async) { in android_Player_realize()
DAudioRecorder_to_android.cpp595 SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async) { in android_audioRecorder_realize()
/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/
DEffectScope.kt42 fun <R> async( method
/frameworks/av/media/utils/fuzzers/
DSchedulingPolicyServiceFuzz.cpp58 bool async = data_provider.ConsumeBool(); in LLVMFuzzerTestOneInput() local
/frameworks/base/core/java/android/os/
DHandler.java197 public Handler(boolean async) { in Handler()
218 public Handler(@Nullable Callback callback, boolean async) { in Handler()
260 public Handler(@NonNull Looper looper, @Nullable Callback callback, boolean async) { in Handler()
265 public Handler(@NonNull Looper looper, @Nullable Callback callback, boolean async, in Handler()
DMessage.java535 public void setAsynchronous(boolean async) { in setAsynchronous()
/frameworks/wilhelm/src/itf/
DIDynamicInterfaceManagement.cpp106 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_AddInterface()
354 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_ResumeInterface()
DIObject.cpp84 static SLresult IObject_Realize(SLObjectItf self, SLboolean async) in IObject_Realize()
227 static SLresult IObject_Resume(SLObjectItf self, SLboolean async) in IObject_Resume()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodManagerImpl.java119 @SoftInputShowHideReason int reason, boolean async); in showSoftInput()
123 ResultReceiver resultReceiver, @SoftInputShowHideReason int reason, boolean async); in hideSoftInput()
297 @SoftInputShowHideReason int reason, boolean async) { in showSoftInput()
305 ResultReceiver resultReceiver, @SoftInputShowHideReason int reason, boolean async) { in hideSoftInput()
DZeroJankProxy.java179 @SoftInputShowHideReason int reason, boolean async) { in showSoftInput()
205 ResultReceiver resultReceiver, @SoftInputShowHideReason int reason, boolean async) { in hideSoftInput()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl79 in @nullable ResultReceiver resultReceiver, int reason, boolean async); in showSoftInput()
82 in @nullable ResultReceiver resultReceiver, int reason, boolean async); in hideSoftInput()
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java146 private void injectKeyEvent(KeyEvent event, boolean async) { in injectKeyEvent()
451 boolean async) { in sendKeyEvent()
479 injectKeyEvent(KeyEvent.changeAction(event, KeyEvent.ACTION_UP), async); in sendKeyEvent() local
/frameworks/base/libs/hwui/tests/unit/
DThreadBaseTests.cpp76 TEST(ThreadBase, async) { in TEST() argument
/frameworks/base/core/java/android/view/inputmethod/
DIInputMethodManagerGlobalInvoker.java326 @SoftInputShowHideReason int reason, boolean async) { in showSoftInput()
343 boolean async) { in hideSoftInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinator.java437 private void updateAllowedStates(String field, boolean value, boolean async) { in updateAllowedStates()
/frameworks/base/core/java/android/permission/
DIPermissionManager.aidl42 boolean addPermission(in PermissionInfo permissionInfo, boolean async); in addPermission()
/frameworks/base/tests/SurfaceViewBufferTests/cpp/
DSurfaceProxy.cpp205 jboolean async) { in Java_com_android_test_SurfaceProxy_SurfaceSetAsyncMode()
/frameworks/native/libs/gui/bufferqueue/2.0/
DB2HGraphicBufferProducer.cpp100 Return<HStatus> B2HGraphicBufferProducer::setAsyncMode(bool async) { in setAsyncMode()

123