Home
last modified time | relevance | path

Searched refs:native_setup (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCrypto.java67 native_setup(getByteArrayFromUUID(uuid), sessionId); in MediaCrypto()
99 private native final void native_setup(@NonNull byte[] uuid, @NonNull byte[] initData) in native_setup() method in MediaCrypto
H A DToneGenerator.java751 native_setup(streamType, volume, getCurrentOpPackageName()); in ToneGenerator()
885 private native void native_setup( in native_setup() method in ToneGenerator
H A DMediaDescrambler.java73 native_setup(mIDescrambler.asBinder()); in MediaDescrambler()
245 private native final void native_setup(@NonNull IHwBinder decramblerBinder); in native_setup() method in MediaDescrambler
H A DAudioPortEventHandler.java143 native_setup(new WeakReference<AudioPortEventHandler>(this)); in init()
150 private native void native_setup(Object module_this); in native_setup() method in AudioPortEventHandler
H A DJetPlayer.java175 native_setup(new WeakReference<JetPlayer>(this), in JetPlayer()
545 private native final boolean native_setup(Object Jet_this, in native_setup() method in JetPlayer
H A DSoundPool.java159 if (native_setup(new WeakReference<SoundPool>(this), in SoundPool()
513 private native final int native_setup(Object weakRef, int maxStreams, in native_setup() method in SoundPool
H A DMediaSync.java211 native_setup(); in MediaSync()
214 private native final void native_setup(); in native_setup() method in MediaSync
H A DMediaRecorder.java168 native_setup(new WeakReference<>(this), ActivityThread.currentPackageName(), in MediaRecorder()
1905 private void native_setup(Object mediarecorderThis, in native_setup() method in MediaRecorder
1910 native_setup(mediarecorderThis, clientName, attributionSourceState.getParcel()); in native_setup()
1914 private native void native_setup(Object mediarecorderThis, in native_setup() method in MediaRecorder
H A DMediaHTTPConnection.java99 native_setup(); in MediaHTTPConnection()
481 private native final void native_setup(); in native_setup() method in MediaHTTPConnection
H A DAudioRecord.java467 int initResult = native_setup(new WeakReference<AudioRecord>(this), mAudioAttributes, in AudioRecord()
527 initResult = native_setup(new WeakReference<>(this), in deferred_connect()
2232 private int native_setup(Object audiorecordThis, in native_setup() method in AudioRecord
2240 return native_setup(audiorecordThis, attributes, sampleRate, channelMask, in native_setup()
2246 private native int native_setup(Object audiorecordThis, in native_setup() method in AudioRecord
H A DMediaExtractor.java80 native_setup(); in MediaExtractor()
809 private native final void native_setup();
H A DMediaMetadataRetriever.java225 native_setup(); in MediaMetadataRetriever()
1087 private native void native_setup(); in native_setup() method in MediaMetadataRetriever
H A DMediaDrm.java293 native_setup(new WeakReference<MediaDrm>(this), in MediaDrm()
2570 private native final void native_setup(Object mediadrm_this, byte[] uuid,
H A DAudioTrack.java817 int initResult = native_setup(new WeakReference<AudioTrack>(this), mAttributes, in AudioTrack()
896 int initResult = native_setup(new WeakReference<AudioTrack>(this), in deferred_connect()
4258 private native final int native_setup(Object /*WeakReference<AudioTrack>*/ audiotrack_this, in native_setup() method in AudioTrack
/aosp12/frameworks/base/media/java/android/media/audiofx/
H A DSourceDefaultEffect.java66 int initResult = native_setup(type.toString(), in SourceDefaultEffect()
110 private native final int native_setup(String type, in native_setup() method in SourceDefaultEffect
H A DStreamDefaultEffect.java65 int initResult = native_setup(type.toString(), in StreamDefaultEffect()
109 private native final int native_setup(String type, in native_setup() method in StreamDefaultEffect
H A DVisualizer.java229 result = native_setup(new WeakReference<>(this), audioSession, id, in Visualizer()
695 private native final int native_setup(Object audioeffect_this, in native_setup() method in Visualizer
H A DAudioEffect.java523 initResult = native_setup(new WeakReference<>(this), type.toString(), uuid.toString(), in AudioEffect()
1390 private native final int native_setup(Object audioeffect_this, String type, in native_setup() method in AudioEffect
/aosp12/frameworks/base/core/java/android/os/
H A DHwBinder.java38 native_setup(); in HwBinder()
128 private native final void native_setup(); in native_setup() method in HwBinder
H A DHwParcel.java56 native_setup(allocate); in HwParcel()
67 native_setup(true /* allocate */); in HwParcel()
690 private native final void native_setup(boolean allocate); in native_setup() method in HwParcel
H A DHwBlob.java38 native_setup(size); in HwBlob()
447 private native final void native_setup(int size); in native_setup() method in HwBlob
/aosp12/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioVolumeGroupChangeHandler.java104 native_setup(new WeakReference<AudioVolumeGroupChangeHandler>(this)); in init()
108 private native void native_setup(Object moduleThis); in native_setup() method in AudioVolumeGroupChangeHandler
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpServer.java91 native_setup( in MtpServer()
147 private native final void native_setup( in native_setup() method in MtpServer
H A DMtpDatabase.java288 native_setup(); in MtpDatabase()
997 private native final void native_setup(); in native_setup() method in MtpDatabase
/aosp12/frameworks/base/core/java/android/hardware/
H A DCamera.java487 return native_setup(new WeakReference<Camera>(this), cameraId, in cameraInit()
558 private native int native_setup(Object cameraThis, int cameraId, String packageName); in native_setup() method in Camera

12