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

  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
MediaPlayerDataSource.java 32 * {@link VariableSpeedNative} method done correctly. You should not use this class
63 VariableSpeedNative.playFromContext(mContext, mUri);
65 VariableSpeedNative.playUri(mPath);
VariableSpeedNative.java 35 /*package*/ class VariableSpeedNative {
48 VariableSpeedNative.playFileDescriptor(fd, afd.getStartOffset(), afd.getLength());
VariableSpeed.java 73 VariableSpeedNative.loadLibrary();
117 VariableSpeedNative.shutdownEngine();
149 VariableSpeedNative.stopPlayback();
296 VariableSpeedNative.initializeEngine(engineParameters);
297 VariableSpeedNative.startPlayback();
357 return VariableSpeedNative.getCurrentPosition();
379 VariableSpeedNative.setVariableSpeed(rate);

Completed in 2117 milliseconds