HomeSort by relevance Sort by last modified time
    Searched refs:byteArrayToInt (Results 1 - 25 of 25) 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 708 value[0] = byteArrayToInt(v);
710 value[1] = byteArrayToInt(v, 4);
773 value[0] = byteArrayToInt(v);
775 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 85 public static int byteArrayToInt(byte[] valueBuf) {
86 return byteArrayToInt(valueBuf, 0);
95 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 491 mBluetoothClass = Utils.byteArrayToInt(val, 0);
495 int mode = Utils.byteArrayToInt(val, 0);
521 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0);
RemoteDevices.java 273 device.mBluetoothClass = Utils.byteArrayToInt(val);
291 device.mDeviceType = Utils.byteArrayToInt(val);
AdapterService.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java 449 if (mEffect.byteArrayToInt(value) == time) {
457 int time2 = mEffect.byteArrayToInt(value);
557 if (mEffect.byteArrayToInt(value) == time) {
565 int time2 = mEffect.byteArrayToInt(value);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 904 milliseconds