Searched refs:NATIVE_EVENT_STREAM_END (Results 1 – 2 of 2) sorted by relevance
231 private static final int NATIVE_EVENT_STREAM_END = 7; field in AudioTrack4179 case NATIVE_EVENT_STREAM_END: in handleStreamEventFromNative()4181 mStreamEventHandler.obtainMessage(NATIVE_EVENT_STREAM_END)); in handleStreamEventFromNative()4196 if (msg.what == NATIVE_EVENT_STREAM_END) { in handleMessage()4231 case NATIVE_EVENT_STREAM_END: in handleMessage()4402 || what == NATIVE_EVENT_STREAM_END) { in postEventFromNative()
24973 Landroid/media/AudioTrack;->NATIVE_EVENT_STREAM_END:I