Searched refs:native_setup (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/os/
H A DStatFs.java32 public StatFs(String path) { native_setup(path); }
72 private native void native_setup(String path); method in class:StatFs
H A DUEventObserver.java97 native_setup();
141 private static native void native_setup(); method in class:UEventObserver
/frameworks/base/media/java/android/mtp/
H A DMtpServer.java32 native_setup(database, usePtp);
62 private native final void native_setup(MtpDatabase database, boolean usePtp); method in class:MtpServer
H A DMtpDatabase.java125 native_setup();
993 private native final void native_setup(); method in class:MtpDatabase
/frameworks/base/media/java/android/media/
H A DToneGenerator.java740 native_setup(streamType, volume);
874 private native final void native_setup(int streamType, int volume); method in class:ToneGenerator
H A DMediaMetadataRetriever.java49 native_setup();
291 private native void native_setup(); method in class:MediaMetadataRetriever
H A DSoundPool.java140 if (native_setup(new WeakReference(this), maxStreams, streamType, srcQuality) != 0) {
485 private native final int native_setup(Object weakRef, int maxStreams, int streamType, int srcQuality); method in class:SoundPool
H A DJetPlayer.java170 native_setup(new WeakReference<JetPlayer>(this),
538 private native final boolean native_setup(Object Jet_this, method in class:JetPlayer
H A DMediaRecorder.java111 native_setup(new WeakReference<MediaRecorder>(this));
910 * the cookie passed to native_setup().)
948 private native final void native_setup(Object mediarecorder_this) throws IllegalStateException; method in class:MediaRecorder
H A DAudioRecord.java237 int initResult = native_setup( new WeakReference<AudioRecord>(this),
782 private native final int native_setup(Object audiorecord_this, method in class:AudioRecord
H A DAudioTrack.java324 int initResult = native_setup(new WeakReference<AudioTrack>(this),
1148 private native final int native_setup(Object audiotrack_this, method in class:AudioTrack
H A DMediaPlayer.java565 native_setup(new WeakReference<MediaPlayer>(this));
1448 private native final void native_setup(Object mediaplayer_this); method in class:MediaPlayer
1598 * the cookie passed to native_setup().)
H A DMediaScanner.java391 native_setup();
1642 private native final void native_setup(); method in class:MediaScanner
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java175 int result = native_setup(new WeakReference<Visualizer>(this), audioSession, id);
500 private native final int native_setup(Object audioeffect_this, method in class:Visualizer
H A DAudioEffect.java373 int initResult = native_setup(new WeakReference<AudioEffect>(this),
1176 private native final int native_setup(Object audioeffect_this, String type, method in class:AudioEffect
/frameworks/base/core/java/android/hardware/
H A DCamera.java302 native_setup(new WeakReference<Camera>(this), cameraId);
309 private native final void native_setup(Object camera_this, int cameraId); method in class:Camera

Completed in 164 milliseconds