Home
last modified time | relevance | path

Searched refs:DECODE_ERROR (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSound.h59 enum sound_state : int32_t { LOADING, READY, DECODE_ERROR }; enumerator
DSound.cpp240 mState = DECODE_ERROR; // this should be last, as it is an atomic sync point in doLoad()