/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 | 410 XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async) { in android_Player_realize()
|
D | AudioRecorder_to_android.cpp | 633 SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async) { in android_audioRecorder_realize()
|
D | AudioPlayer_to_android.cpp | 1619 SLresult android_audioPlayer_realize(CAudioPlayer *pAudioPlayer, SLboolean async) { in android_audioPlayer_realize()
|
/frameworks/rs/tests/lldb/tests/harness/ |
D | util_android.py | 60 def adb(self, args, async=False, device=True, timeout=None): argument 233 def shell(self, cmd, async=False, timeout=None): argument 648 def _execute_command_local(command, async=False): argument
|
/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/core/java/android/os/ |
D | Handler.java | 171 public Handler(boolean async) { in Handler() 192 public Handler(Callback callback, boolean async) { in Handler() 231 public Handler(Looper looper, Callback callback, boolean async) { in Handler()
|
D | Message.java | 459 public void setAsynchronous(boolean async) { in setAsynchronous()
|
/frameworks/native/services/surfaceflinger/ |
D | MonitoredProducer.cpp | 67 status_t MonitoredProducer::setAsyncMode(bool async) { in setAsyncMode()
|
/frameworks/native/libs/gui/ |
D | IGraphicBufferProducer.cpp | 114 virtual status_t setAsyncMode(bool async) { in setAsyncMode() 546 status_t setAsyncMode(bool async) override { in setAsyncMode() 681 bool async = data.readInt32(); in onTransact() local
|
D | BufferQueueProducer.cpp | 176 status_t BufferQueueProducer::setAsyncMode(bool async) { in setAsyncMode()
|
/frameworks/base/core/java/android/view/textservice/ |
D | SpellCheckerSession.java | 284 boolean async) { in processTask()
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WGraphicBufferProducer.cpp | 57 Return<int32_t> TWGraphicBufferProducer::setAsyncMode(bool async) { in setAsyncMode()
|
/frameworks/native/libs/gui/tests/ |
D | Malicious.cpp | 39 status_t setAsyncMode(bool async) override { return mProducer->setAsyncMode(async); } in setAsyncMode()
|
/frameworks/native/libs/vr/libbufferhubqueue/ |
D | buffer_hub_queue_producer.cpp | 109 status_t BufferHubQueueProducer::setAsyncMode(bool async) { in setAsyncMode()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | HandlerCaller.java | 31 MyHandler(Looper looper, boolean async) { in MyHandler()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 340 status_t VirtualDisplaySurface::setAsyncMode(bool async) { in setAsyncMode()
|
/frameworks/native/cmds/atrace/ |
D | atrace.cpp | 1100 bool async = false; in main() local
|