Searched refs:caller (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/services/activitymanager/app/src/android/server/app/ |
D | AlwaysFocusablePipActivity.java | 29 static void launchAlwaysFocusablePipActivity(Activity caller) { in launchAlwaysFocusablePipActivity() argument 30 final Intent intent = new Intent(caller, AlwaysFocusablePipActivity.class); in launchAlwaysFocusablePipActivity() 36 caller.startActivity(intent, options.toBundle()); in launchAlwaysFocusablePipActivity()
|
/cts/tests/tests/mediastress/jni/ |
D | native-media-jni.cpp | 124 XAAndroidBufferQueueItf caller, in AndroidBufferQueueCallback() argument 169 res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/, in AndroidBufferQueueCallback() 182 res = (*caller)->Enqueue(caller, (void *)&kEosBufferCntxt /*pBufferContext*/, in AndroidBufferQueueCallback() 198 static void StreamChangeCallback(XAStreamInformationItf caller, in StreamChangeCallback() argument 216 res = (*caller)->QueryStreamType(caller, streamIndex, &domain); in StreamChangeCallback() 221 res = (*caller)->QueryStreamInformation(caller, streamIndex, &videoInfo); in StreamChangeCallback()
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | StrictFragment.java | 60 public void checkState(String caller, int... expected) { in checkState() argument 73 throw new IllegalStateException(caller + " called while fragment was " in checkState() 77 public void checkStateAtLeast(String caller, int minState) { in checkStateAtLeast() argument 79 throw new IllegalStateException(caller + " called while fragment was " in checkStateAtLeast()
|
/cts/tests/tests/media/libaudiojni/ |
D | appendix-b-1-2-recording.cpp | 36 static void RecordEventCallback(SLRecordItf caller __unused, in RecordEventCallback()
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
D | sles.cpp | 77 static void recorderCallback(SLAndroidSimpleBufferQueueItf caller __unused, void *context) { in recorderCallback() 151 static void playerCallback(SLBufferQueueItf caller __unused, void *context) { in playerCallback()
|