Searched refs:jet (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DJetPlayer.java104 * Handler for jet events and status updates coming from the native code
210 * Loads a .jet file from a given path.
211 * @param path the path to the .jet file, for instance "/sdcard/mygame/music.jet".
212 * @return true if loading the .jet file was successful, false if loading failed.
220 * Loads a .jet file from an asset file descriptor.
222 * @return true if loading the .jet file was successful, false if loading failed.
400 public NativeEventHandler(JetPlayer jet, Looper looper) { argument
402 mJet = jet;
421 // in the .jet file
[all...]
/frameworks/av/include/media/
H A DJetPlayer.h22 #include <libsonivox/jet.h>

Completed in 22 milliseconds