HomeSort by relevance Sort by last modified time
    Searched refs:native_setup (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/os/
StatFs.java 32 public StatFs(String path) { native_setup(path); }
72 private native void native_setup(String path); method in class:StatFs
UEventObserver.java 97 native_setup(); method
141 private static native void native_setup(); method in class:UEventObserver
  /frameworks/base/media/java/android/media/
ToneGenerator.java 740 native_setup(streamType, volume); method
874 private native final void native_setup(int streamType, int volume); method in class:ToneGenerator
MediaMetadataRetriever.java 46 native_setup(); method
215 private native void native_setup(); method in class:MediaMetadataRetriever
SoundPool.java 140 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
JetPlayer.java 165 native_setup(new WeakReference<JetPlayer>(this), method
533 private native final boolean native_setup(Object Jet_this, method in class:JetPlayer
MediaRecorder.java 96 native_setup(new WeakReference<MediaRecorder>(this)); method
680 * the cookie passed to native_setup().)
705 private native final void native_setup(Object mediarecorder_this) throws IllegalStateException; method in class:MediaRecorder
AudioRecord.java 230 int initResult = native_setup( new WeakReference<AudioRecord>(this),
761 private native final int native_setup(Object audiorecord_this, method in class:AudioRecord
AudioTrack.java 273 int initResult = native_setup(new WeakReference<AudioTrack>(this),
1013 private native final int native_setup(Object audiotrack_this, method in class:AudioTrack
    [all...]
MediaPlayer.java 511 native_setup(new WeakReference<MediaPlayer>(this)); method
1198 private native final void native_setup(Object mediaplayer_this); method in class:MediaPlayer
    [all...]
MediaScanner.java 369 native_setup(); method
1512 private native final void native_setup(); method in class:MediaScanner
    [all...]
  /frameworks/base/packages/TtsService/src/android/tts/
SynthProxy.java 54 native_setup(new WeakReference<SynthProxy>(this), nativeSoLib, engineConfig); method
183 private native final int native_setup(Object weak_this, String nativeSoLib, method in class:SynthProxy
  /frameworks/base/core/java/android/hardware/
Camera.java 110 native_setup(new WeakReference<Camera>(this)); method
117 private native final void native_setup(Object camera_this); method in class:Camera
    [all...]

Completed in 288 milliseconds