Searched refs:TONE_IDLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DToneGenerator.h160 bool isInited() { return (mState == TONE_IDLE)?false:true;}
168 TONE_IDLE, // ToneGenerator is being initialized or initialization failed enumerator in enum:android::ToneGenerator::tone_state
/frameworks/av/media/libmedia/
H A DToneGenerator.cpp801 mState = TONE_IDLE;
888 if (mState == TONE_IDLE) {
909 mState = TONE_IDLE;
931 mState = TONE_IDLE;
936 mState = TONE_IDLE;
944 if (mState != TONE_IDLE) {
950 mState = TONE_IDLE;
978 if (mState != TONE_IDLE && mState != TONE_INIT) {
1016 mState = TONE_IDLE;
1291 lpToneGen->mState = TONE_IDLE;
[all...]

Completed in 9 milliseconds