Searched refs:hello (Results 1 – 4 of 4) sorted by relevance
19 LOCAL_MODULE := hello-jni20 LOCAL_SRC_FILES := hello-jni.c
130 String hello = HELLOS[RANDOM.nextInt(helloLength)]; in sayHello() local131 mTts.speak(hello, in sayHello()
42 static const char hello[] = variable522 nextBuffer = (short *) hello; in Java_com_example_nativeaudio_NativeAudio_selectClip()523 nextSize = sizeof(hello); in Java_com_example_nativeaudio_NativeAudio_selectClip()
84 ((Button) findViewById(R.id.hello)).setOnClickListener(new OnClickListener() { in onCreate()