Searched refs:callback (Results 1 - 25 of 5707) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A Dyaffs_mtdif.c222 ei.callback = NULL;
/external/webrtc/src/system_wrappers/interface/
H A Dtrace.h54 // Registers callback to receive trace messages. TODO (hellner)
57 static WebRtc_Word32 SetTraceCallback(TraceCallback* callback);
/external/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc380 WebRtc_Word32 TraceImpl::SetTraceCallbackImpl(TraceCallback* callback) argument
383 _callback = callback;
786 WebRtc_Word32 Trace::SetTraceCallback(TraceCallback* callback) argument
791 int retVal = trace->SetTraceCallbackImpl(callback);
H A Dtrace_impl.h57 WebRtc_Word32 SetTraceCallbackImpl(TraceCallback* callback);
/external/vixl/test/
H A Dcctest.cc53 vixl::Cctest::Cctest(const char* name, CctestFunction* callback) argument
54 : name_(name), callback_(callback), next_(NULL) {
147 c->callback()();
160 c->callback()();
H A Dcctest.h40 Cctest(const char* name, CctestFunction* callback);
43 CctestFunction* callback() { return callback_; } function in class:vixl::Cctest
81 // callback function.
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c47 demangle_callbackref callback)
49 demangle_callbackref callback)
297 callback with a NUL termination once full. */
305 demangle_callbackref callback; member in struct:d_print_info
306 /* Opaque callback argument. */
3418 /* Bridge growable strings to the callback mechanism. */
3431 d_print_init (struct d_print_info *dpi, demangle_callbackref callback, argument
3441 dpi->callback = callback;
3461 /* Flush buffered characters to the callback
3524 cplus_demangle_print_callback(int options, const struct demangle_component *dc, demangle_callbackref callback, void *opaque) argument
5040 d_demangle_callback(const char *mangled, int options, demangle_callbackref callback, void *opaque) argument
5299 cplus_demangle_v3_callback(const char *mangled, int options, demangle_callbackref callback, void *opaque) argument
5320 java_demangle_v3_callback(const char *mangled, demangle_callbackref callback, void *opaque) argument
[all...]
H A Ddemangle.h159 demangle_callbackref callback, void *opaque);
166 demangle_callbackref callback, void *opaque);
635 a demangled string in one or more calls to a callback function.
637 demangle. The third is a pointer to a callback function; on each call
639 opaque value. The fourth is the opaque value passed to the callback.
640 The callback is called once or more to return the full demangled
651 demangle_callbackref callback, void *opaque);
/external/tcpdump/
H A Dtcpdump.c693 pcap_handler callback; local
1503 callback = dump_packet_and_trunc;
1509 callback = dump_packet;
1519 callback = print_packet;
1575 status = pcap_loop(pd, cnt, callback, pcap_userdata);
/external/svox/pico/compat/src/com/android/tts/compat/
H A DCompatTtsService.java112 protected void onSynthesizeText(SynthesisRequest request, SynthesisCallback callback) { argument
114 callback.error();
124 callback.error();
132 callback.error();
140 callback.error();
145 if (mNativeSynth.speak(request, callback) != TextToSpeech.SUCCESS) {
146 callback.error();
H A DSynthProxy.java86 public int speak(SynthesisRequest request, SynthesisCallback callback) { argument
87 return native_speak(mJniData, request.getText(), callback);
/external/speex/libspeex/
H A Dspeex_callbacks.c46 SpeexCallback *callback; local
49 callback = callback_list+id;
51 if (callback->func)
53 return callback->func(bits, state, callback->data);
55 /*If callback is not registered, skip the right number of bits*/
/external/sqlite/dist/orig/
H A Dshell.c346 ** since the shell is built around the callback paradigm it would be a lot
444 ** the main program to the callback. This is used to communicate
522 ** A callback for the sqlite3_log() interface.
711 ** This is the callback routine that the shell
917 ** This is the callback routine that the SQLite library
920 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ function
1276 ** set via the supplied callback.
1279 ** function except it takes a slightly different callback
1280 ** and callback data argument.
1363 /* if we have a callback
[all...]
H A Dsqlite3.c427 ** The type for a callback function.
444 ** argument. ^If the callback function of the 3rd argument to
448 ** callback invocation. ^If the callback pointer to sqlite3_exec()
449 ** is NULL, then no callback is ever invoked and result rows are
464 ** ^If an sqlite3_exec() callback returns non-zero, the sqlite3_exec()
465 ** routine returns SQLITE_ABORT without invoking the callback again and
468 ** ^The 2nd argument to the sqlite3_exec() callback function is the
470 ** callback is an array of pointers to strings obtained as if from
473 ** sqlite3_exec() callback i
[all...]
H A Dsqlite3.h312 ** The type for a callback function.
329 ** argument. ^If the callback function of the 3rd argument to
333 ** callback invocation. ^If the callback pointer to sqlite3_exec()
334 ** is NULL, then no callback is ever invoked and result rows are
349 ** ^If an sqlite3_exec() callback returns non-zero, the sqlite3_exec()
350 ** routine returns SQLITE_ABORT without invoking the callback again and
353 ** ^The 2nd argument to the sqlite3_exec() callback function is the
355 ** callback is an array of pointers to strings obtained as if from
358 ** sqlite3_exec() callback i
[all...]
/external/sqlite/dist/
H A Dshell.c351 ** since the shell is built around the callback paradigm it would be a lot
449 ** the main program to the callback. This is used to communicate
527 ** A callback for the sqlite3_log() interface.
716 ** This is the callback routine that the shell
922 ** This is the callback routine that the SQLite library
925 static int callback(void *pArg, int nArg, char **azArg, char **azCol){ function
1281 ** set via the supplied callback.
1284 ** function except it takes a slightly different callback
1285 ** and callback data argument.
1368 /* if we have a callback
[all...]
H A Dsqlite3.c427 ** The type for a callback function.
444 ** argument. ^If the callback function of the 3rd argument to
448 ** callback invocation. ^If the callback pointer to sqlite3_exec()
449 ** is NULL, then no callback is ever invoked and result rows are
464 ** ^If an sqlite3_exec() callback returns non-zero, the sqlite3_exec()
465 ** routine returns SQLITE_ABORT without invoking the callback again and
468 ** ^The 2nd argument to the sqlite3_exec() callback function is the
470 ** callback is an array of pointers to strings obtained as if from
473 ** sqlite3_exec() callback i
[all...]
H A Dsqlite3.h312 ** The type for a callback function.
329 ** argument. ^If the callback function of the 3rd argument to
333 ** callback invocation. ^If the callback pointer to sqlite3_exec()
334 ** is NULL, then no callback is ever invoked and result rows are
349 ** ^If an sqlite3_exec() callback returns non-zero, the sqlite3_exec()
350 ** routine returns SQLITE_ABORT without invoking the callback again and
353 ** ^The 2nd argument to the sqlite3_exec() callback function is the
355 ** callback is an array of pointers to strings obtained as if from
358 ** sqlite3_exec() callback i
[all...]
/external/sonivox/jet_tools/JetCreator/
H A Deas.py107 # callback type for metadata
114 # callback for aux mixer decoder
204 # Log callback function
302 """Register an external audio callback."""
469 """Register a metadata callback."""
473 callback = EAS_METADATA_CBFUNC(func)
475 callback = 0
476 result = eas_dll.EAS_RegisterMetaDataCallback(self.eas.handle, self.handle, callback, buf, buf_size, user_data)
584 # set log callback
984 callback
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_wavefile.c432 /* set metadata callback */
817 pWaveData->metadata.callback(metaType, pWaveData->metadata.buffer, pWaveData->metadata.pUserData);
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_imelody.c799 /* set metadata callback */
1396 /* check for callback */
1397 if (!pData->metadata.callback)
1407 /* callback to host */
1408 pData->metadata.callback(metaType, pData->metadata.buffer, pData->metadata.pUserData);
H A Deas_ota.c763 /* set metadata callback */
938 /* check for metadata callback */
939 if (pData->metadata.callback)
946 /* if host has registered callback, call it now */
947 if (pData->metadata.callback)
948 (*pData->metadata.callback)(EAS_METADATA_TITLE, pData->metadata.buffer, pData->metadata.pUserData);
H A Deas_parser.h39 /* metadata callback */
42 EAS_METADATA_CBFUNC callback; member in struct:s_metadata_cb_tag
H A Deas_public.c1383 * Registers a metadata callback function for parsed metadata.
1388 * cbFunc - pointer to host callback function
1412 /* register callback function */
1413 metadata.callback = cbFunc;
2451 * Registers callback functions for audio events.
2456 * cbProgChgFunc - pointer to host callback function for program change
2457 * cbEventFunc - pointer to host callback functio for note events
H A Deas_rtttl.c200 if ((result = RTTTL_ParseHeader (pEASData, pData, (EAS_BOOL) (pData->metadata.callback != NULL))) != EAS_SUCCESS)
714 /* set metadata callback */
996 metaData = metaData && (pData->metadata.buffer != NULL) && (pData->metadata.callback != NULL);
1029 (*pData->metadata.callback)(EAS_METADATA_TITLE, pData->metadata.buffer, pData->metadata.pUserData);

Completed in 1439 milliseconds

1234567891011>>