Searched refs:LOAD_SAMPLE (Results 1 – 2 of 2) sorted by relevance
90 case SoundPoolMsg::LOAD_SAMPLE: in run()102 write(SoundPoolMsg(SoundPoolMsg::LOAD_SAMPLE, sampleID)); in loadSample()
30 enum MessageType { INVALID, KILL, LOAD_SAMPLE }; enumerator