Searched defs:native_setup (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/core/java/android/os/
H A DHwBinder.java30 native_setup();
57 private native final void native_setup(); method in class:HwBinder
H A DHwBlob.java30 native_setup(size);
125 private native final void native_setup(int size); method in class:HwBlob
H A DHwParcel.java34 native_setup(allocate);
42 native_setup(true /* allocate */);
230 private native final void native_setup(boolean allocate); method in class:HwParcel
/frameworks/base/media/java/android/media/
H A DMediaCrypto.java65 native_setup(getByteArrayFromUUID(uuid), initData);
97 private native final void native_setup(@NonNull byte[] uuid, @NonNull byte[] initData) method in class:MediaCrypto
H A DAudioPortEventHandler.java123 native_setup(new WeakReference<AudioPortEventHandler>(this));
130 private native void native_setup(Object module_this); method in class:AudioPortEventHandler
H A DMediaDescrambler.java107 native_setup(mIDescrambler.asBinder());
237 private native final void native_setup(@NonNull IBinder decramblerBinder); method in class:MediaDescrambler
H A DMediaHTTPConnection.java69 native_setup();
405 private native final void native_setup(); method in class:MediaHTTPConnection
H A DMediaMetadataRetriever.java51 native_setup();
324 private native void native_setup(); method in class:MediaMetadataRetriever
H A DMediaExtractor.java79 native_setup();
709 private native final void native_setup(); method in class:MediaExtractor
H A DMediaSync.java211 native_setup();
214 private native final void native_setup(); method in class:MediaSync
H A DJetPlayer.java170 native_setup(new WeakReference<JetPlayer>(this),
540 private native final boolean native_setup(Object Jet_this, method in class:JetPlayer
H A DSoundPool.java159 if (native_setup(new WeakReference<SoundPool>(this), maxStreams, attributes) != 0) {
514 private native final int native_setup(Object weakRef, int maxStreams, method in class:SoundPool
H A DToneGenerator.java746 native_setup(streamType, volume);
880 private native final void native_setup(int streamType, int volume); method in class:ToneGenerator
H A DAudioRecord.java381 int initResult = native_setup( new WeakReference<AudioRecord>(this),
425 // Note that for this native_setup, we are providing an already created/initialized
426 // *Native* AudioRecord, so the attributes parameters to native_setup() are ignored.
427 int initResult = native_setup(new WeakReference<AudioRecord>(this),
1735 private native final int native_setup(Object audiorecord_this, method in class:AudioRecord
H A DMediaDrm.java216 native_setup(new WeakReference<MediaDrm>(this),
606 * the cookie passed to native_setup().)
1321 private native final void native_setup(Object mediadrm_this, byte[] uuid, method in class:MediaDrm
H A DMediaRecorder.java119 native_setup(new WeakReference<MediaRecorder>(this), packageName,
1246 * the cookie passed to native_setup().)
1284 private native final void native_setup(Object mediarecorder_this, method in class:MediaRecorder
H A DMediaScanner.java399 native_setup();
1946 private native final void native_setup(); method in class:MediaScanner
H A DAudioTrack.java595 int initResult = native_setup(new WeakReference<AudioTrack>(this), mAttributes,
654 // Note that for this native_setup, we are providing an already created/initialized
655 // *Native* AudioTrack, so the attributes parameters to native_setup() are ignored.
658 int initResult = native_setup(new WeakReference<AudioTrack>(this),
3030 private native final int native_setup(Object /*WeakReference<AudioTrack>*/ audiotrack_this, method in class:AudioTrack
H A DMediaCodec.java1786 native_setup(name, nameIsType, encoder);
3476 private native final void native_setup( method in class:MediaCodec
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTriggerModule.java45 native_setup(new WeakReference<SoundTriggerModule>(this));
47 private native void native_setup(Object module_this); method in class:SoundTriggerModule
/frameworks/base/media/java/android/mtp/
H A DMtpServer.java45 native_setup(
93 private native final void native_setup( method in class:MtpServer
H A DMtpDatabase.java164 native_setup();
1120 private native final void native_setup(); method in class:MtpDatabase
/frameworks/base/core/java/android/hardware/radio/
H A DRadioModule.java46 native_setup(new WeakReference<RadioModule>(this), config, withAudio);
48 private native void native_setup(Object module_this, method in class:RadioModule
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java210 int result = native_setup(new WeakReference<Visualizer>(this), audioSession, id,
719 private native final int native_setup(Object audioeffect_this, method in class:Visualizer
H A DAudioEffect.java397 int initResult = native_setup(new WeakReference<AudioEffect>(this),
1220 private native final int native_setup(Object audioeffect_this, String type, method in class:AudioEffect

Completed in 356 milliseconds

12