Searched refs:callback (Results 1 – 16 of 16) sorted by relevance
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
D | RobotSpeakTtsService.java | 157 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/ |
D | KubeRenderer.java | 34 public KubeRenderer(GLWorld world, AnimationCallback callback) { in KubeRenderer() argument 36 mCallback = callback; in KubeRenderer()
|
/development/ndk/platforms/android-9/include/android/ |
D | looper.h | 230 ALooper_callbackFunc callback, void* data);
|
D | sensor.h | 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
|
D | input.h | 648 int ident, ALooper_callbackFunc callback, void* data);
|
/development/ndk/platforms/android-3/include/ |
D | nsswitch.h | 119 nss_method callback; member
|
/development/tools/emulator/system/gps/ |
D | gps_qemu.c | 189 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/ |
D | OpenSLES.h | 421 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 …]
|
D | OpenSLES_Android.h | 200 slAndroidSimpleBufferQueueCallback callback,
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | MessengerServiceActivities.java | 162 mCallbackText = (TextView)findViewById(R.id.callback); in onCreate()
|
D | RemoteService.java | 292 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/ |
D | LocalServiceBroadcaster.java | 56 final TextView callbackData = (TextView)findViewById(R.id.callback); in onCreate()
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
D | mtd.h | 44 void (*callback) (struct erase_info *self); member
|
/development/pdk/docs/porting/ |
D | telephony.jd | 190 <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… 208 …callback function on the same thread that <code>RIL_RequestFunc</code> is called. If <code>relativ…
|
/development/tools/axl/ |
D | axl.py | 227 reactor.callLater(15, d.callback, count + 1)
|
/development/tools/emulator/opengl/host/tools/emugen/ |
D | README | 175 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
|