Searched refs:NATIVE_EVENT_STREAM_END (Results 1 – 2 of 2) sorted by relevance
222 private static final int NATIVE_EVENT_STREAM_END = 7; field in AudioTrack4010 case NATIVE_EVENT_STREAM_END: in handleStreamEventFromNative()4012 mStreamEventHandler.obtainMessage(NATIVE_EVENT_STREAM_END)); in handleStreamEventFromNative()4027 if (msg.what == NATIVE_EVENT_STREAM_END) { in handleMessage()4062 case NATIVE_EVENT_STREAM_END: in handleMessage()4233 || what == NATIVE_EVENT_STREAM_END) { in postEventFromNative()
27851 Landroid/media/AudioTrack;->NATIVE_EVENT_STREAM_END:I