/frameworks/wilhelm/src/objects/ |
D | CMediaPlayer.cpp | 27 XAresult CMediaPlayer_Realize(void *self, XAboolean async) in CMediaPlayer_Realize() 41 XAresult CMediaPlayer_Resume(void *self, XAboolean async) in CMediaPlayer_Resume()
|
D | CAudioRecorder.cpp | 24 SLresult CAudioRecorder_Realize(void *self, SLboolean async) in CAudioRecorder_Realize() 39 SLresult CAudioRecorder_Resume(void *self, SLboolean async) in CAudioRecorder_Resume()
|
D | COutputMix.cpp | 24 SLresult COutputMix_Realize(void *self, SLboolean async) in COutputMix_Realize() 39 SLresult COutputMix_Resume(void *self, SLboolean async) in COutputMix_Resume()
|
D | CAudioPlayer.cpp | 24 SLresult CAudioPlayer_Realize(void *self, SLboolean async) in CAudioPlayer_Realize() 47 SLresult CAudioPlayer_Resume(void *self, SLboolean async) in CAudioPlayer_Resume()
|
D | CEngine.cpp | 57 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/ |
D | OutputMix_to_android.cpp | 29 SLresult android_outputMix_realize(COutputMix *om, SLboolean async) { in android_outputMix_realize()
|
D | android_GenericPlayer.cpp | 285 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()
|
D | MediaPlayer_to_android.cpp | 413 XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async) { in android_Player_realize()
|
D | AudioRecorder_to_android.cpp | 595 SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async) { in android_audioRecorder_realize()
|
/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/ |
D | EffectScope.kt | 42 fun <R> async( method
|
/frameworks/av/media/utils/fuzzers/ |
D | SchedulingPolicyServiceFuzz.cpp | 58 bool async = data_provider.ConsumeBool(); in LLVMFuzzerTestOneInput() local
|
/frameworks/base/core/java/android/os/ |
D | Handler.java | 197 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()
|
D | Message.java | 535 public void setAsynchronous(boolean async) { in setAsynchronous()
|
/frameworks/wilhelm/src/itf/ |
D | IDynamicInterfaceManagement.cpp | 106 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_AddInterface() 354 const SLInterfaceID iid, SLboolean async) in IDynamicInterfaceManagement_ResumeInterface()
|
D | IObject.cpp | 84 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/ |
D | IInputMethodManagerImpl.java | 119 @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()
|
D | ZeroJankProxy.java | 179 @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/ |
D | IInputMethodManager.aidl | 79 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/ |
D | InputShellCommand.java | 146 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/ |
D | ThreadBaseTests.cpp | 76 TEST(ThreadBase, async) { in TEST() argument
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | IInputMethodManagerGlobalInvoker.java | 326 @SoftInputShowHideReason int reason, boolean async) { in showSoftInput() 343 boolean async) { in hideSoftInput()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | VisualStabilityCoordinator.java | 437 private void updateAllowedStates(String field, boolean value, boolean async) { in updateAllowedStates()
|
/frameworks/base/core/java/android/permission/ |
D | IPermissionManager.aidl | 42 boolean addPermission(in PermissionInfo permissionInfo, boolean async); in addPermission()
|
/frameworks/base/tests/SurfaceViewBufferTests/cpp/ |
D | SurfaceProxy.cpp | 205 jboolean async) { in Java_com_android_test_SurfaceProxy_SurfaceSetAsyncMode()
|
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | B2HGraphicBufferProducer.cpp | 100 Return<HStatus> B2HGraphicBufferProducer::setAsyncMode(bool async) { in setAsyncMode()
|