Searched refs:NATIVE_EVENT_STREAM_END (Results 1 – 1 of 1) sorted by relevance
218 private static final int NATIVE_EVENT_STREAM_END = 7; field in AudioTrack3843 case NATIVE_EVENT_STREAM_END: in handleStreamEventFromNative()3845 mStreamEventHandler.obtainMessage(NATIVE_EVENT_STREAM_END)); in handleStreamEventFromNative()3860 if (msg.what == NATIVE_EVENT_STREAM_END) { in handleMessage()3895 case NATIVE_EVENT_STREAM_END: in handleMessage()4036 || what == NATIVE_EVENT_STREAM_END) { in postEventFromNative()