Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 16 of 16) sorted by relevance

/development/samples/TtsEngine/src/com/example/android/ttsengine/
DRobotSpeakTtsService.java157 SynthesisCallback callback) { in onSynthesizeText() argument
166 callback.error(); in onSynthesizeText()
176 callback.start(SAMPLING_RATE_HZ, in onSynthesizeText()
186 if (!generateOneSecondOfAudio(value, callback)) { in onSynthesizeText()
187 callback.error(); in onSynthesizeText()
193 callback.done(); in onSynthesizeText()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DKubeRenderer.java34 public KubeRenderer(GLWorld world, AnimationCallback callback) { in KubeRenderer() argument
36 mCallback = callback; in KubeRenderer()
/development/ndk/platforms/android-9/include/android/
Dlooper.h230 ALooper_callbackFunc callback, void* data);
Dsensor.h169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
Dinput.h648 int ident, ALooper_callbackFunc callback, void* data);
/development/ndk/platforms/android-3/include/
Dnsswitch.h119 nss_method callback; member
/development/tools/emulator/system/gps/
Dgps_qemu.c189 gps_location_callback callback; member
231 r->callback = NULL; in nmea_reader_init()
241 r->callback = cb; in nmea_reader_set_callback()
244 r->callback( &r->fix ); in nmea_reader_set_callback()
518 if (r->callback) { in nmea_reader_parse()
519 r->callback( &r->fix ); in nmea_reader_parse()
/development/ndk/platforms/android-9/include/SLES/
DOpenSLES.h421 slObjectCallback callback,
555 slAvailableAudioInputsChangedCallback callback,
570 slAvailableAudioOutputsChangedCallback callback,
575 slDefaultDeviceIDMapChangedCallback callback,
894 slMixDeviceChangeCallback callback,
956 slPlayCallback callback,
1025 slPrefetchCallback callback,
1179 slRecordCallback callback,
1401 slBufferQueueCallback callback,
2001 slDynamicInterfaceManagementCallback callback,
[all …]
DOpenSLES_Android.h200 slAndroidSimpleBufferQueueCallback callback,
/development/samples/ApiDemos/src/com/example/android/apis/app/
DMessengerServiceActivities.java162 mCallbackText = (TextView)findViewById(R.id.callback); in onCreate()
DRemoteService.java292 mCallbackText = (TextView)findViewById(R.id.callback); in onCreate()
540 mCallbackText = (TextView)findViewById(R.id.callback); in onCreate()
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
DLocalServiceBroadcaster.java56 final TextView callbackData = (TextView)findViewById(R.id.callback); in onCreate()
/development/ndk/platforms/android-3/include/linux/mtd/
Dmtd.h44 void (*callback) (struct erase_info *self); member
/development/pdk/docs/porting/
Dtelephony.jd190 <p>The vendor RIL uses the following callback methods to communicate back to the Android RIL daemon…
207 …<td><code>void RIL_requestTimedCallback (RIL_TimedCallback callback, void *param, const struct tim…
208callback function on the same thread that <code>RIL_RequestFunc</code> is called. If <code>relativ…
/development/tools/axl/
Daxl.py227 reactor.callLater(15, d.callback, count + 1)
/development/tools/emulator/opengl/host/tools/emugen/
DREADME175 provide a callback function that is used by the functions to access
176 the encoder context. For example, such callback could fetch the
219 an intiailization function that uses a user provided callback to