Lines Matching refs:ANDROID
2 * Copyright (C) 2010 The Android Open Source Project
46 #ifdef ANDROID
75 SL_LOGE("CreateAudioPlayer: Invalid buffer type in Android Buffer Queue");
81 SL_LOGE("CreateAudioPlayer: Invalid buffer type in Android Buffer Queue");
231 #ifdef ANDROID
235 (void) new (&thiz->mAudioTrack) android::sp<android::AudioTrack>();
237 android::sp<android::CallbackProtector>();
238 (void) new (&thiz->mAuxEffect) android::sp<android::AudioEffect>();
239 (void) new (&thiz->mAPlayer) android::sp<android::GenericPlayer>();
240 // Android-specific POD fields are initialized in android_audioPlayer_create,
251 #ifdef ANDROID
263 #ifdef ANDROID
268 #ifdef ANDROID
288 // sink locator (for decode on ANDROID build) to the buffer queue interface
297 #ifdef ANDROID
306 #ifdef ANDROID
317 #ifdef ANDROID
341 #ifdef ANDROID
364 #ifdef ANDROID
382 #ifdef ANDROID
411 #if (USE_PROFILES & USE_PROFILES_OPTIONAL) || defined(ANDROID)
451 #ifdef ANDROID
464 #ifdef ANDROID
478 #ifdef ANDROID
486 #ifdef ANDROID
516 #ifdef ANDROID
684 #ifdef ANDROID
858 #ifdef ANDROID
1092 #ifdef ANDROID
1096 (void) new (&thiz->mAVPlayer) android::sp<android::GenericPlayer>();
1098 android::sp<android::CallbackProtector>();
1099 // Android-specific POD fields are initialized in android_Player_create,
1107 #ifdef ANDROID
1163 #ifdef ANDROID
1170 #ifdef ANDROID
1203 SL_LOGE("Invalid buffer type in Android Buffer Queue");
1229 #ifdef ANDROID