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

  /external/replicaisland/src/com/replica/replicaisland/
Utils.java 59 public final static int byteArrayToInt(byte[] b) {
84 return Float.intBitsToFloat(byteArrayToInt(b));
TiledWorld.java 81 final int width = Utils.byteArrayToInt(mWorkspaceBytes);
83 final int height = Utils.byteArrayToInt(mWorkspaceBytes);
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 221 return byteArrayToInt(param);
308 return byteArrayToInt(param);
363 return byteArrayToInt(param);
468 p = byteArrayToInt(param, 0);
473 v = byteArrayToInt(value, 0);
626 settings.decayTime = byteArrayToInt(param, 4);
629 settings.reflectionsDelay = byteArrayToInt(param, 12);
631 settings.reverbDelay = byteArrayToInt(param, 18);
LoudnessEnhancer.java 182 p = byteArrayToInt(param, 0);
185 v = byteArrayToInt(value, 0);
AudioEffect.java 707 value[0] = byteArrayToInt(v);
709 value[1] = byteArrayToInt(v, 4);
772 value[0] = byteArrayToInt(v);
774 value[1] = byteArrayToInt(v, 4);
    [all...]
Equalizer.java 410 p1 = byteArrayToInt(param, 0);
412 p2 = byteArrayToInt(param, 4);
418 v = byteArrayToInt(value, 0);
BassBoost.java 183 p = byteArrayToInt(param, 0);
PresetReverb.java 199 p = byteArrayToInt(param, 0);
Virtualizer.java 524 p = byteArrayToInt(param, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 81 public static int byteArrayToInt(byte[] valueBuf) {
82 return byteArrayToInt(valueBuf, 0);
91 public static int byteArrayToInt(byte[] valueBuf, int offset) {
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
BassBoostTest.java 203 int p = byteArrayToInt(param, 0);
209 private int byteArrayToInt(byte[] valueBuf, int offset) {
VirtualizerTest.java 200 int p = byteArrayToInt(param, 0);
206 private int byteArrayToInt(byte[] valueBuf, int offset) {
PresetReverbTest.java 235 private int byteArrayToInt(byte[] valueBuf, int offset) {
EqualizerTest.java 341 private int byteArrayToInt(byte[] valueBuf, int offset) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 507 mBluetoothClass = Utils.byteArrayToInt(val, 0);
511 int mode = Utils.byteArrayToInt(val, 0);
537 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0);
RemoteDevices.java 293 device.mBluetoothClass = Utils.byteArrayToInt(val);
310 device.mDeviceType = Utils.byteArrayToInt(val);
AdapterService.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java 457 if (mEffect.byteArrayToInt(value) == time) {
465 int time2 = mEffect.byteArrayToInt(value);
565 if (mEffect.byteArrayToInt(value) == time) {
573 int time2 = mEffect.byteArrayToInt(value);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 315 milliseconds