HomeSort by relevance Sort by last modified time
    Searched refs:caller (Results 51 - 75 of 1393) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/vboot_reference/tests/futility/
common.sh 39 local x=$(caller $lev)
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
AssistantActivity.java 72 static void launchActivityIntoAssistantStack(Activity caller, Bundle extras) {
73 final Intent intent = new Intent(caller, AssistantActivity.class);
81 caller.startActivity(intent, options.toBundle());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequest.java 51 int type, RenderingRequestCaller caller) {
52 RenderingRequest.post(context, source, preset, type, caller, null, null);
56 RenderingRequestCaller caller, Rect bounds, Rect destination) {
59 || preset == null || caller == null) {
61 + " or preset: " + preset + " or caller: " + caller);
91 request.setCaller(caller);
97 RenderingRequestCaller caller) {
98 if (preset == null || caller == null) {
100 + preset + " or caller: " + caller)
    [all...]
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 74 SLAndroidBufferQueueItf caller,
90 (*caller)->GetState(caller, &state);
96 (*caller)->Clear(caller);
103 (*caller)->Enqueue(caller, (void*)&myDiscBufferContext /*pBufferContext*/,
111 SLresult res = (*caller)->Enqueue(caller, NULL /*pBufferContext*/,
122 (*caller)->Enqueue(caller, (void*)&myDiscBufferContext /*pBufferContext*/
    [all...]
  /external/iproute2/tipc/
cmdl.c 100 int run_cmd(struct nlmsghdr *nlh, const struct cmd *caller,
107 if (caller->help)
108 (caller->help)(cmdl);
117 if (help_flag && caller->help) {
118 (caller->help)(cmdl);
cmdl.h 41 int run_cmd(struct nlmsghdr *nlh, const struct cmd *caller,
  /external/fio/
gettime.c 53 void *caller; member in struct:gtod_log
57 static struct gtod_log *find_hash(void *caller)
59 unsigned long h = hash_ptr(caller, HASH_BITS);
66 if (log->caller == caller)
73 static void inc_caller(void *caller)
75 struct gtod_log *log = find_hash(caller);
82 log->caller = caller;
85 h = hash_ptr(caller, HASH_BITS)
    [all...]
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri.cpp 72 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event)
76 result = (*caller)->GetFillLevel(caller, &level);
80 result = (*caller)->GetPrefetchStatus(caller, &status);
99 SLPlayItf caller,
110 (*caller)->GetPosition(caller, &pMsec);
116 (*caller)->GetPosition(caller, &pMsec)
    [all...]
slesTestGetPositionUri.cpp 66 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event)
69 SLresult res = (*caller)->GetFillLevel(caller, &level); CheckErr(res);
72 res = (*caller)->GetPrefetchStatus(caller, &status); CheckErr(res);
91 SLPlayItf caller,
100 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
113 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res)
    [all...]
  /prebuilts/go/darwin-x86/src/os/
proc.go 27 // Getuid returns the numeric user id of the caller.
30 // Geteuid returns the numeric effective user id of the caller.
33 // Getgid returns the numeric group id of the caller.
36 // Getegid returns the numeric effective group id of the caller.
39 // Getgroups returns a list of the numeric ids of groups that the caller belongs to.
  /prebuilts/go/linux-x86/src/os/
proc.go 27 // Getuid returns the numeric user id of the caller.
30 // Geteuid returns the numeric effective user id of the caller.
33 // Getgid returns the numeric group id of the caller.
36 // Getegid returns the numeric effective group id of the caller.
39 // Getgroups returns a list of the numeric ids of groups that the caller belongs to.
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 189 // TODO: VI Make sure the caller is the current user or profile
193 final long caller = Binder.clearCallingIdentity(); local
211 Binder.restoreCallingIdentity(caller);
218 final long caller = Binder.clearCallingIdentity(); local
222 Binder.restoreCallingIdentity(caller);
568 "Caller is not the current voice interaction service");
570 final long caller = Binder.clearCallingIdentity(); local
574 Binder.restoreCallingIdentity(caller);
587 final long caller = Binder.clearCallingIdentity(); local
591 Binder.restoreCallingIdentity(caller);
603 final long caller = Binder.clearCallingIdentity(); local
619 final long caller = Binder.clearCallingIdentity(); local
637 final long caller = Binder.clearCallingIdentity(); local
656 final long caller = Binder.clearCallingIdentity(); local
673 final long caller = Binder.clearCallingIdentity(); local
689 final long caller = Binder.clearCallingIdentity(); local
705 final long caller = Binder.clearCallingIdentity(); local
722 final long caller = Binder.clearCallingIdentity(); local
739 final long caller = Binder.clearCallingIdentity(); local
757 final long caller = Binder.clearCallingIdentity(); local
777 final long caller = Binder.clearCallingIdentity(); local
792 final long caller = Binder.clearCallingIdentity(); local
820 final long caller = Binder.clearCallingIdentity(); local
860 final long caller = Binder.clearCallingIdentity(); local
880 final long caller = Binder.clearCallingIdentity(); local
907 final long caller = Binder.clearCallingIdentity(); local
942 final long caller = Binder.clearCallingIdentity(); local
952 final long caller = Binder.clearCallingIdentity(); local
983 final long caller = Binder.clearCallingIdentity(); local
1003 final long caller = Binder.clearCallingIdentity(); local
1027 final long caller = Binder.clearCallingIdentity(); local
1068 final long caller = Binder.clearCallingIdentity(); local
    [all...]
  /external/v8/src/builtins/
builtins-error.cc 20 Handle<Object> caller; local
27 caller = args.new_target();
34 caller, false));
46 Handle<Object> caller = args.atOrUndefined(isolate, 2); local
47 FrameSkipMode mode = caller->IsJSFunction() ? SKIP_UNTIL_SEEN : SKIP_FIRST;
57 isolate->CaptureSimpleStackTrace(object, mode, caller);
  /frameworks/base/core/java/android/speech/tts/
ITextToSpeechService.aidl 154 * @param caller a binder representing the identity of the calling
166 int loadLanguage(in IBinder caller, in String lang, in String country, in String variant);
172 * @param caller Instance a binder representing the identity of the calling
176 void setCallback(in IBinder caller, ITextToSpeechCallback cb);
186 * @param caller a binder representing the identity of the calling
191 int loadVoice(in IBinder caller, in String voiceName);
TextToSpeechService.java 461 // When a message with QUEUE_FLUSH arrives we add the caller identity to the List and when a
463 // handler queue that removes the caller identify from the list and decrements the mFlushAll
464 // counter. This is so that when a message is processed and the caller identity is in the
534 // The AudioPlaybackHandler will be destroyed by the caller.
763 public SpeechItem(Object caller, int callerUid, int callerPid) {
764 mCallerIdentity = caller;
839 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid) {
840 super(caller, callerUid, callerPid);
1590 IBinder caller = (IBinder) cookie; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_cmdbuf.h 4 GLboolean rcommonEnsureCmdBufSpace(radeonContextPtr rmesa, int dwords, const char *caller);
5 int rcommonFlushCmdBuf(radeonContextPtr rmesa, const char *caller);
6 int rcommonFlushCmdBufLocked(radeonContextPtr rmesa, const char *caller);
  /frameworks/native/libs/binder/include/binder/
ProcessState.h 45 sp<IBinder> getContextObject(const sp<IBinder>& caller);
50 const sp<IBinder>& caller);
55 const sp<IBinder>& caller,
  /frameworks/support/samples/SupportPreferenceDemos/src/com/example/android/supportpreference/
FragmentSupportPreferencesLeanback.java 51 public boolean onPreferenceStartFragment(PreferenceFragment caller, Preference pref) {
54 f.setTargetFragment(caller, 0);
64 public boolean onPreferenceStartScreen(PreferenceFragment caller, PreferenceScreen pref) {
  /system/libhwbinder/include/hwbinder/
ProcessState.h 41 sp<IBinder> getContextObject(const sp<IBinder>& caller);
46 const sp<IBinder>& caller);
51 const sp<IBinder>& caller,
  /cts/tests/fragment/src/android/fragment/cts/
StrictFragment.java 65 public void checkState(String caller, int... expected) {
78 throw new IllegalStateException(caller + " called while fragment was "
82 public void checkStateAtLeast(String caller, int minState) {
84 throw new IllegalStateException(caller + " called while fragment was "
  /frameworks/support/fragment/tests/java/android/support/v4/app/
StrictFragment.java 64 public void checkState(String caller, int... expected) {
77 throw new IllegalStateException(caller + " called while fragment was "
81 public void checkStateAtLeast(String caller, int minState) {
83 throw new IllegalStateException(caller + " called while fragment was "
  /external/icu/icu4c/source/extra/uconv/
resfiles.mk 7 # The variable FILESEPCHAR is defined by the caller to be
  /external/mesa3d/src/mesa/main/
shaderobj.h 60 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller);
82 const char *caller);
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
LoggingUtil.java 46 * Log the specified message from the caller object.
47 * @param caller the calling object
50 public static void log(Object caller, Object message) {
52 String classNameNoPackage = getClassName(caller);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
LoggingUtil.java 46 * Log the specified message from the caller object.
47 * @param caller the calling object
50 public static void log(Object caller, Object message) {
52 String classNameNoPackage = getClassName(caller);

Completed in 6037 milliseconds

1 23 4 5 6 7 8 91011>>