Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/mediastress/jni/
Dnative-media-jni.cpp124 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/
DTranslucentAssistantActivity.java34 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()
DAlwaysFocusablePipActivity.java30 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()
DPipActivity.java271 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()
DAssistantActivity.java78 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/
DStrictFragment.java65 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/
DREADME.txt2 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/
Dappendix-b-1-2-recording.cpp36 static void RecordEventCallback(SLRecordItf caller __unused, in RecordEventCallback()
/cts/apps/CtsVerifier/jni/audio_loopback/
Dsles.cpp77 static void recorderCallback(SLAndroidSimpleBufferQueueItf caller __unused, void *context) { in recorderCallback()
151 static void playerCallback(SLBufferQueueItf caller __unused, void *context) { in playerCallback()