Home | History | Annotate | Download | only in media

Lines Matching defs:native_setup

387         int initResult = native_setup( new WeakReference<AudioRecord>(this),
431 // Note that for this native_setup, we are providing an already created/initialized
432 // *Native* AudioRecord, so the attributes parameters to native_setup() are ignored.
433 int initResult = native_setup(new WeakReference<AudioRecord>(this),
1749 private native final int native_setup(Object audiorecord_this,