Searched refs:shutdown (Results 1 - 17 of 17) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
H A Dplatform_device.h30 void (*shutdown)(struct platform_device *); member in struct:platform_driver
H A Dsysdev.h23 int (*shutdown)(struct sys_device *); member in struct:sysdev_class
41 int (*shutdown)(struct sys_device *); member in struct:sysdev_driver
H A Dirq.h57 void (*shutdown)(unsigned int irq); member in struct:irq_chip
H A Ddevice.h53 void (*shutdown)(struct device * dev); member in struct:bus_type
82 void (*shutdown) (struct device * dev); member in struct:device_driver
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DNumericSprite.java44 public void shutdown(GL10 gl) { method in class:NumericSprite
45 mLabelMaker.shutdown(gl);
H A DSpriteTextRenderer.java115 mLabels.shutdown(gl);
128 mNumericSprite.shutdown(gl);
H A DLabelMaker.java105 public void shutdown(GL10 gl) { method in class:LabelMaker
/development/ndk/platforms/android-13/include/android/
H A Dtts.h149 android_tts_result_t (*shutdown) member in struct:android_tts_engine_funcs_t
/development/ndk/platforms/android-3/include/sys/
H A Dsocket.h50 /* BIONIC: second argument to shutdown() */
71 __socketcall int shutdown(int, int);
/development/ndk/platforms/android-9/arch-mips/include/sys/
H A Dsocket.h60 /* BIONIC: second argument to shutdown() */
81 __socketcall int shutdown(int, int);
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DTextToSpeechActivity.java78 // Don't forget to shutdown!
81 mTts.shutdown();
/development/ndk/platforms/android-3/include/linux/sunrpc/
H A Dxprt.h120 unsigned char shutdown : 1, member in struct:rpc_xprt
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
H A DTaskBackService.java188 mTts.shutdown();
H A DClockBackService.java245 mTts.shutdown();
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
H A DNativeAudio.java285 shutdown();
309 public static native void shutdown(); method in class:NativeAudio
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
H A DNativeMedia.java322 shutdown();
332 public static native void shutdown(); method in class:NativeMedia
/development/ndk/platforms/android-L/include/sys/
H A Dsocket.h284 __socketcall int shutdown(int, int);

Completed in 352 milliseconds