Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 4 of 4) sorted by relevance

/development/ndk/samples/hello-jni/jni/
DAndroid.mk19 LOCAL_MODULE := hello-jni
20 LOCAL_SRC_FILES := hello-jni.c
/development/samples/ApiDemos/src/com/example/android/apis/app/
DTextToSpeechActivity.java130 String hello = HELLOS[RANDOM.nextInt(helloLength)]; in sayHello() local
131 mTts.speak(hello, in sayHello()
/development/ndk/platforms/android-9/samples/native-audio/jni/
Dnative-audio-jni.c42 static const char hello[] = variable
522 nextBuffer = (short *) hello; in Java_com_example_nativeaudio_NativeAudio_selectClip()
523 nextSize = sizeof(hello); in Java_com_example_nativeaudio_NativeAudio_selectClip()
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
DNativeAudio.java84 ((Button) findViewById(R.id.hello)).setOnClickListener(new OnClickListener() { in onCreate()