Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 20 of 20) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMtpService.java241 StorageVolume volume = mVolumes[i]; in volumeMountedLocked() local
255 private void addStorageLocked(StorageVolume volume) { in addStorageLocked()
269 private void removeStorageLocked(StorageVolume volume) { in removeStorageLocked()
DMediaScannerReceiver.java72 private void scan(Context context, String volume) { in scan()
DMediaScannerService.java254 String volume = arguments.getString("volume"); in handleMessage() local
DMediaProvider.java5171 … String volume = srcuri.toString().substring(16, 24); // extract internal/external in getKeyIdForName() local
5192 … String volume = srcuri.toString().substring(16, 24); // extract internal/external in getKeyIdForName() local
5301 private Uri attachVolume(String volume) { in attachVolume()
5444 String volume = uri.getPathSegments().get(0); in detachVolume() local
/packages/apps/Mms/src/com/android/mms/transaction/
DNotificationPlayer.java54 float volume; field in NotificationPlayer.Command
273 public void play(Context context, Uri uri, boolean looping, int stream, float volume) { in play()
/packages/apps/Camera2/src/com/android/camera/
DSoundPlayer.java54 public void play(int resourceId, float volume) { in play()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java792 public void setAbsoluteVolume(int volume) { in setAbsoluteVolume()
807 private void volumeChangeCallback(int volume, int ctype) { in volumeChangeCallback()
812 private void notifyVolumeChanged(int volume) { in notifyVolumeChanged()
818 private int convertToAudioStreamVolume(int volume) { in convertToAudioStreamVolume()
823 private int convertToAvrcpVolume(int volume) { in convertToAvrcpVolume()
906 private native boolean setVolumeNative(int volume); in setVolumeNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java193 public void setAvrcpAbsoluteVolume(int volume) { in setAvrcpAbsoluteVolume()
288 public void setAvrcpAbsoluteVolume(int volume) { in setAvrcpAbsoluteVolume()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp119 static void btavrcp_volume_change_callback(uint8_t volume, uint8_t ctype) { in btavrcp_volume_change_callback()
382 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume) { in setVolumeNative()
Dcom_android_bluetooth_hfpclient.cpp208 static void volume_change_cb (bthf_client_volume_type_t type, int volume) { in volume_change_cb()
465 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume_type, jint volume) { in setVolumeNative()
Dcom_android_bluetooth_hfp.cpp172 static void volume_control_callback(bthf_volume_type_t type, int volume, bt_bdaddr_t* bd_addr) { in volume_control_callback()
627 static jboolean setVolumeNative(JNIEnv *env, jobject object, jint volume_type, in setVolumeNative()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageVolumePreferenceCategory.java117 Context context, StorageVolume volume) { in buildForPhysical()
121 private StorageVolumePreferenceCategory(Context context, StorageVolume volume) { in StorageVolumePreferenceCategory()
DMemory.java238 final StorageVolume volume = category.getStorageVolume(); in onPreferenceTreeClick() local
DStorageMeasurement.java87 public static StorageMeasurement getInstance(Context context, StorageVolume volume) { in getInstance()
166 private StorageMeasurement(Context context, StorageVolume volume) { in StorageMeasurement()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetPhoneState.java194 void setSpeakerVolume(int volume) { in setSpeakerVolume()
202 void setMicVolume(int volume) { in setMicVolume()
DHeadsetStateMachine.java2577 private void processVolumeEvent(int volumeType, int volume, BluetoothDevice device) { in processVolumeEvent()
3043 private void onVolumeChanged(int type, int volume, byte[] address) { in onVolumeChanged()
3311 private native boolean setVolumeNative(int volumeType, int volume, byte[] address); in setVolumeNative()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DStorageMeasurement.java94 public static StorageMeasurement getInstance(Context context, StorageVolume volume) { in getInstance()
173 private StorageMeasurement(Context context, StorageVolume volume) { in StorageMeasurement()
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DVoiceDialerActivity.java354 int volume = maxVolume - ((18 / (50/maxVolume)) + 1); in onInit() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2531 private void onVolumeChange(int type, int volume) { in onVolumeChange()
2687 private native boolean setVolumeNative(int volumeType, int volume); in setVolumeNative()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettings.java299 final float volume = prefs.getFloat( in readKeypressSoundVolume() local