HomeSort by relevance Sort by last modified time
    Searched full:caller (Results 251 - 275 of 5828) sorted by null

<<11121314151617181920>>

  /external/vboot_reference/firmware/lib/cryptolib/include/
sha.h 112 /* Caller owns the returned digest and must free it. */
117 * Caller owns the returned digest and must free it.
123 * Caller owns the returned digest and must free it.
  /frameworks/base/core/java/android/text/method/
KeyListener.java 60 * otherwise return false and the caller (i.e.&nbsp;the widget host)
68 * otherwise return false and the caller (i.e.&nbsp;the widget host)
76 * otherwise return false and the caller (i.e.&nbsp;the widget host)
  /frameworks/native/include/binder/
ProcessState.h 40 sp<IBinder> getContextObject(const sp<IBinder>& caller);
45 const sp<IBinder>& caller);
50 const sp<IBinder>& caller,
  /frameworks/native/include/media/editor/
II420ColorConverter.h 41 * @note Caller (e.g. VideoEditor) owns the buffers
68 * @note Caller (e.g. VideoEditor) owns the buffers
106 * allocated by the caller before invoking
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 44 const char* caller, int line, EGLint error, bool quiet);
57 static T setErrorEtc(const char* caller,
59 setErrorEtcImpl(caller, line, error, quiet);
  /frameworks/wilhelm/tests/mimeUri/
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...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
TrafficFlags.java 54 * @param context the caller's context
65 * @param context the caller's context
76 * @param context the caller's context
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
ContactsPermissions.java 50 + " caller=" + Binder.getCallingPid()
60 throw new SecurityException(String.format("The caller must have the %s permission.",
94 + " caller=" + Binder.getCallingPid()
  /system/core/logwrapper/include/logwrap/
logwrap.h 29 * if you rely on SIGCHLD in the caller there is a chance zombies will be
44 * send a signal twice to signal the caller (once for the child, and
45 * once for the caller)
  /external/google-breakpad/src/google_breakpad/processor/
stackwalker.h 111 // supplier to symbolize stack frame and look up caller frame information
138 // When searching for the caller of the context frame,
200 // the caller.
203 // Obtains a caller frame. Each call to GetCallerFrame should return the
207 // return NULL on failure or when there are no more caller frames (when
210 // the caller. |stack_scan_allowed| controls whether stack scanning is
  /external/icu/icu4c/source/common/
simplepatternformatter.h 132 * The caller retains ownership of all pointers.
143 * placeholder does not exist in this object. If caller is not
162 * The caller retains ownership of all pointers.
175 * placeholder does not exist in this object. If caller is not
221 // Otherwise, it leaves the placeholders array unchanged. If caller
225 // the array. If caller is calling ensureCapacity in a loop while adding
uresimp.h 121 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
124 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
140 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
143 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
190 * @param fillIn if NULL a new UResourceBundle struct is allocated and must be deleted by the caller.
196 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
217 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
245 * The caller does not own this string.
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c 434 ** Returns TRUE (message buffer to be freed by caller)
473 ** Returns TRUE (message buffer to be freed by caller)
556 ** Returns TRUE (message buffer to be freed by caller)
595 ** Returns TRUE (message buffer to be freed by caller)
664 ** Returns TRUE (message buffer to be freed by caller)
711 ** Returns TRUE (message buffer to be freed by caller)
742 ** Returns TRUE (message buffer to be freed by caller)
820 ** Returns TRUE (message buffer to be freed by caller)
838 ** Returns TRUE (message buffer to be freed by caller)
856 ** Returns FALSE (message buffer is NOT freed by caller)
    [all...]
  /external/v8/test/mjsunit/
debug-handle.js 141 var handle_caller = evaluateRequest(exec_state, '{"expression":"f.caller"}');
144 assertEquals(handle_g, handle_caller, "caller for f should be g");
169 case 'caller':
175 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
202 case 'caller':
209 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
  /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);
  /frameworks/wilhelm/tests/sandbox/
multiplay.c 91 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event)
96 assert(p->mPlayerPrefetchStatus == caller);
98 result = (*caller)->GetFillLevel(caller, &level);
101 result = (*caller)->GetPrefetchStatus(caller, &status);
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
wv_mod_drm_api.h 181 * This should be first called prior to load keys. Caller shall call
202 * Upon returning DRM_WV_MOD_SUCCESS and is_updated == 1, caller should
231 * Caller shall call drm_wv_mod_update_usage_table after making this call.
240 * Pointer to caller-allocated memory where the usage report shall be placed
257 * Caller shall call drm_wv_mod_update_usage_table after making this call.
284 // This will only clear Chaabi TEE memory. Caller is responsible for deleting
  /art/runtime/arch/
quick_alloc_entrypoints.S 24 // Called by managed code to allocate an object when the caller doesn't know whether it has access
31 // Called by managed code to allocate an array when the caller doesn't know whether it has access
  /cts/tests/tests/permission/src/android/permission/cts/
NoActivityRelatedPermissionTest.java 60 // Current implementation should only return tasks for home and the caller.
67 // Current implementation should only return tasks for home and the caller.
  /external/embunit/inc/
HelperMacro.h 50 #define EMB_UNIT_TESTCALLER(caller,name,sup,tdw,fixtures) \
51 static const TestCaller caller = new_TestCaller(name,sup,tdw,sizeof(fixtures)/sizeof(fixtures[0]),(TestFixture*)fixtures)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiClassifier.java 41 * This object can be used for any purpose by the caller to pass
61 * Sets classifier context, which can be used either by a caller or
  /external/jsilver/src/com/google/streamhtmlparser/
Parser.java 23 * <p>The typical caller is a Template System and will usually ask
63 * and the caller may want to continue parsing until {@link #parse(String)}
  /external/kernel-headers/original/uapi/linux/
sync.h 50 * @len: ioctl caller writes the size of the buffer its passing in.
87 * Caller should write the size of the buffer into len. On return, len is
  /external/libnfc-nxp/src/
phFriNfc_DesfireMap.h 218 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
231 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request.
232 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
260 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
274 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request.
275 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
297 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request.
298 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
phFriNfc_MifareULMap.h 186 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
199 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request.
200 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
228 * If the caller sets the value to \ref PH_FRINFC_NDEFMAP_SEEK_CUR, the component shall
242 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request.
243 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.
265 * \retval NFCSTATUS_CMD_ABORTED The caller/driver has aborted the request.
266 * \retval NFCSTATUS_BUFFER_TOO_SMALL The buffer provided by the caller is too small.

Completed in 5934 milliseconds

<<11121314151617181920>>