Searched refs:native_setup (Results 1 - 13 of 13) 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/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.java46 native_setup();
215 private native void native_setup(); method in class:MediaMetadataRetriever
H A DSoundPool.java140 if (native_setup(new WeakReference(this), maxStreams, streamType, srcQuality) != 0) {
483 private native final int native_setup(Object weakRef, int maxStreams, int streamType, int srcQuality); method in class:SoundPool
H A DJetPlayer.java165 native_setup(new WeakReference<JetPlayer>(this),
533 private native final boolean native_setup(Object Jet_this, method in class:JetPlayer
H A DMediaRecorder.java96 native_setup(new WeakReference<MediaRecorder>(this));
680 * the cookie passed to native_setup().)
705 private native final void native_setup(Object mediarecorder_this) throws IllegalStateException; method in class:MediaRecorder
H A DAudioRecord.java230 int initResult = native_setup( new WeakReference<AudioRecord>(this),
761 private native final int native_setup(Object audiorecord_this, method in class:AudioRecord
H A DAudioTrack.java273 int initResult = native_setup(new WeakReference<AudioTrack>(this),
1013 private native final int native_setup(Object audiotrack_this, method in class:AudioTrack
H A DMediaPlayer.java511 native_setup(new WeakReference<MediaPlayer>(this));
1198 private native final void native_setup(Object mediaplayer_this); method in class:MediaPlayer
1297 * the cookie passed to native_setup().)
H A DMediaScanner.java369 native_setup();
1512 private native final void native_setup(); method in class:MediaScanner
/frameworks/base/packages/TtsService/src/android/tts/
H A DSynthProxy.java54 native_setup(new WeakReference<SynthProxy>(this), nativeSoLib, engineConfig);
183 private native final int native_setup(Object weak_this, String nativeSoLib, method in class:SynthProxy
/frameworks/base/core/java/android/hardware/
H A DCamera.java110 native_setup(new WeakReference<Camera>(this));
117 private native final void native_setup(Object camera_this); method in class:Camera

Completed in 131 milliseconds