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

/frameworks/base/media/java/android/media/
H A DMediaCrypto.java63 native_setup(getByteArrayFromUUID(uuid), initData);
81 private native final void native_setup(byte[] uuid, byte[] initData) method in class:MediaCrypto
H A DAudioPortEventHandler.java117 native_setup(new WeakReference<AudioPortEventHandler>(this));
124 private native void native_setup(Object module_this); method in class:AudioPortEventHandler
H A DMediaExtractor.java65 native_setup();
368 private native final void native_setup(); method in class:MediaExtractor
H A DMediaHTTPConnection.java64 native_setup();
391 private native final void native_setup(); method in class:MediaHTTPConnection
H A DMediaMetadataRetriever.java51 native_setup();
319 private native void native_setup(); method in class:MediaMetadataRetriever
H A DSoundPool.java534 if (native_setup(new WeakReference(this), maxStreams, attr) != 0) {
714 private native final int native_setup(Object weakRef, int maxStreams, method in class:SoundPool.SoundPoolImpl
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 DAudioRecord.java324 int initResult = native_setup( new WeakReference<AudioRecord>(this),
921 private native final int native_setup(Object audiorecord_this, method in class:AudioRecord
H A DMediaDrm.java180 native_setup(new WeakReference<MediaDrm>(this),
330 * the cookie passed to native_setup().)
899 private native final void native_setup(Object mediadrm_this, byte[] uuid); method in class:MediaDrm
H A DMediaRecorder.java113 native_setup(new WeakReference<MediaRecorder>(this), packageName);
1025 * the cookie passed to native_setup().)
1063 private native final void native_setup(Object mediarecorder_this, method in class:MediaRecorder
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 DAudioTrack.java446 int initResult = native_setup(new WeakReference<AudioTrack>(this), mAttributes,
1634 private native final int native_setup(Object /*WeakReference<AudioTrack>*/ audiotrack_this, method in class:AudioTrack
H A DMediaCodec.java486 native_setup(name, nameIsType, encoder);
1686 private native final void native_setup( method in class:MediaCodec
H A DMediaScanner.java390 native_setup();
1871 private native final void native_setup(); method in class:MediaScanner
H A DMediaPlayer.java636 native_setup(new WeakReference<MediaPlayer>(this));
1718 private native final void native_setup(Object mediaplayer_this); method in class:MediaPlayer
2654 * the cookie passed to native_setup().)
/frameworks/base/media/java/android/mtp/
H A DMtpServer.java32 native_setup(database, usePtp);
67 private native final void native_setup(MtpDatabase database, boolean usePtp); method in class:MtpServer
H A DMtpDatabase.java156 native_setup();
1104 private native final void native_setup(); method in class:MtpDatabase
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTriggerModule.java48 native_setup(new WeakReference<SoundTriggerModule>(this));
50 private native void native_setup(Object module_this); method in class:SoundTriggerModule
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java209 int result = native_setup(new WeakReference<Visualizer>(this), audioSession, id);
717 private native final int native_setup(Object audioeffect_this, method in class:Visualizer
H A DAudioEffect.java396 int initResult = native_setup(new WeakReference<AudioEffect>(this),
1219 private native final int native_setup(Object audioeffect_this, String type, method in class:AudioEffect
/frameworks/base/core/java/android/hardware/
H A DCamera.java466 return native_setup(new WeakReference<Camera>(this), cameraId, halVersion, packageName);
533 private native final int native_setup(Object camera_this, int cameraId, int halVersion, method in class:Camera

Completed in 291 milliseconds