Home
last modified time | relevance | path

Searched refs:APPNAME (Results 1 – 3 of 3) sorted by relevance

/external/walt/android/WALT/app/src/main/jni/
Dplayer.c32 #define APPNAME "WALT" macro
89 APPNAME, in createWaveTables()
108 __android_log_print(ANDROID_LOG_ERROR, APPNAME, "buffer queue is null"); in bqPlayerCallback()
135 __android_log_print(ANDROID_LOG_VERBOSE, APPNAME, "Done playing tone"); in bqPlayerCallback()
164 …__android_log_print(ANDROID_LOG_VERBOSE, APPNAME, "playTone() changed state to playing dt=%d us", … in Java_org_chromium_latency_walt_AudioTest_playTone()
168 __android_log_print(ANDROID_LOG_VERBOSE, APPNAME, "Playing tone"); in Java_org_chromium_latency_walt_AudioTest_playTone()
179 __android_log_print(ANDROID_LOG_VERBOSE, APPNAME, "Creating audio engine"); in Java_org_chromium_latency_walt_AudioTest_createEngine()
235 …__android_log_print(ANDROID_LOG_VERBOSE, APPNAME, "Creating audio player with frame rate %d and fr… in Java_org_chromium_latency_walt_AudioTest_createBufferQueueAudioPlayer()
382 …__android_log_print(ANDROID_LOG_VERBOSE, APPNAME, "Creating audio recorder with frame rate %d and … in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder()
467 …__android_log_print(ANDROID_LOG_VERBOSE, APPNAME, "Audio recorder created, buffer size: %d frames", in Java_org_chromium_latency_walt_AudioTest_createAudioRecorder()
Dsync_clock_jni.c23 #define APPNAME "ClockSyncJNI" macro
/external/libpng/contrib/gregbook/
Dwpng.c93 #define APPNAME "Simple PGM/PPM/PAM to PNG Converter" macro
403 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, APPNAME); in main()