Searched refs:caller (Results 1 – 9 of 9) sorted by relevance
/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/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | TranslucentAssistantActivity.java | 34 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) { in launchActivityIntoAssistantStack() argument 35 final Intent intent = new Intent(caller, TranslucentAssistantActivity.class); in launchActivityIntoAssistantStack() 43 caller.startActivity(intent, options.toBundle()); in launchActivityIntoAssistantStack()
|
D | AlwaysFocusablePipActivity.java | 30 static void launchAlwaysFocusablePipActivity(Activity caller, boolean newTask) { in launchAlwaysFocusablePipActivity() argument 31 final Intent intent = new Intent(caller, AlwaysFocusablePipActivity.class); in launchAlwaysFocusablePipActivity() 41 caller.startActivity(intent, options.toBundle()); in launchAlwaysFocusablePipActivity()
|
D | PipActivity.java | 271 static void launchActivityIntoPinnedStack(Activity caller, Rect bounds) { in launchActivityIntoPinnedStack() argument 272 final Intent intent = new Intent(caller, PipActivity.class); in launchActivityIntoPinnedStack() 279 caller.startActivity(intent, options.toBundle()); in launchActivityIntoPinnedStack() 286 static void launchEnterPipActivity(Activity caller) { in launchEnterPipActivity() argument 287 final Intent intent = new Intent(caller, PipActivity.class); in launchEnterPipActivity() 290 caller.startActivity(intent); in launchEnterPipActivity()
|
D | AssistantActivity.java | 78 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) { in launchActivityIntoAssistantStack() argument 79 final Intent intent = new Intent(caller, AssistantActivity.class); in launchActivityIntoAssistantStack() 87 caller.startActivity(intent, options.toBundle()); in launchActivityIntoAssistantStack()
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | StrictFragment.java | 65 public void checkState(String caller, int... expected) { in checkState() argument 78 throw new IllegalStateException(caller + " called while fragment was " in checkState() 82 public void checkStateAtLeast(String caller, int minState) { in checkStateAtLeast() argument 84 throw new IllegalStateException(caller + " called while fragment was " in checkStateAtLeast()
|
/cts/tests/tests/content/BinderPermissionTestService/ |
D | README.txt | 2 check if their caller has certain permissions. This service is used by 7 caller (the test) and the callee (this service) are different.
|
/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()
|