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

  /frameworks/base/media/java/android/media/
AudioRecord.java 501 if (native_start() == SUCCESS) {
768 private native final int native_start(); method in class:AudioRecord
AudioTrack.java 768 native_start(); method
1021 private native final void native_start(); method in class:AudioTrack
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsLocationProvider.java 916 if (!native_start(positionMode, false, 1)) {
918 Log.e(TAG, "native_start failed in startNavigating()");
1443 private native boolean native_start(int positionMode, boolean singleFix, int fixInterval); method in class:GpsLocationProvider
    [all...]

Completed in 24 milliseconds