Searched refs:APPNAME (Results 1 – 3 of 3) sorted by relevance
/external/walt/android/WALT/app/src/main/jni/ |
D | player.c | 32 #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()
|
D | sync_clock_jni.c | 23 #define APPNAME "ClockSyncJNI" macro
|
/external/libpng/contrib/gregbook/ |
D | wpng.c | 92 #define APPNAME "Simple PGM/PPM/PAM to PNG Converter" macro 402 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, APPNAME); in main()
|