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.java123 native_setup(new WeakReference<SoundPool>(this), maxStreams, streamType, srcQuality);
370 private native final void native_setup(Object mediaplayer_this, 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.java94 native_setup(new WeakReference<MediaRecorder>(this));
644 * the cookie passed to native_setup().)
669 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.java508 native_setup(new WeakReference<MediaPlayer>(this));
1116 private native final void native_setup(Object mediaplayer_this); method in class:MediaPlayer
1215 * the cookie passed to native_setup().)
H A DMediaScanner.java364 native_setup();
1500 private native final void native_setup(); method in class:MediaScanner
/frameworks/base/packages/TtsService/src/android/tts/
H A DSynthProxy.java44 native_setup(new WeakReference<SynthProxy>(this), nativeSoLib);
164 private native final void native_setup(Object weak_this, 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 829 milliseconds