Searched refs:INVALID_TYPE (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_defs.h23 INVALID_TYPE =-1, enumerator in enum:AndroidObjectType
H A DMediaPlayer_to_android.cpp387 mp->mAndroidObjType = INVALID_TYPE;
451 case INVALID_TYPE: // intended fall-through
H A DAudioPlayer_to_android.cpp587 * are supported by this implementation, INVALID_TYPE otherwise
595 AndroidObjectType type = INVALID_TYPE;
887 if (INVALID_TYPE == pAudioPlayer->mAndroidObjType) {
1254 // and if it was == INVALID_TYPE, then IEngine_CreateAudioPlayer would never call us
1255 assert(INVALID_TYPE != pAudioPlayer->mAndroidObjType);

Completed in 450 milliseconds