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.java208 StorageVolume volume = mVolumes[i]; in volumeMountedLocked() local
222 private void addStorageLocked(StorageVolume volume) { in addStorageLocked()
242 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.java5210 … String volume = srcuri.toString().substring(16, 24); // extract internal/external in getKeyIdForName() local
5231 … String volume = srcuri.toString().substring(16, 24); // extract internal/external in getKeyIdForName() local
5340 private Uri attachVolume(String volume) { in attachVolume()
5496 String volume = uri.getPathSegments().get(0); in detachVolume() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DStorageResetActivity.java340 VolumeInfo volume = getVolumeInfo(); in get() local
397 final VolumeInfo volume = mStorageManager.findVolumeByUuid(mFsUuid); in getVolumeInfo() local
415 private void addPublicUnmountedHeaders(Layout layout, VolumeInfo volume) { in addPublicUnmountedHeaders()
444 private void addPrivateStorageHeaders(Layout layout, VolumeInfo volume) { in addPrivateStorageHeaders()
538 VolumeInfo volume = getVolumeInfo(); in startListening() local
731 public MountTask(Context context, VolumeInfo volume) { in MountTask()
/packages/apps/Messaging/src/com/android/messaging/util/
DNotificationPlayer.java52 float volume; field in NotificationPlayer.Command
278 public void play(final Uri uri, final boolean looping, final int stream, final float volume) { in play()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageVolumePreference.java48 public StorageVolumePreference(Context context, VolumeInfo volume, int color) { in StorageVolumePreference()
DStorageSettings.java291 public MountTask(Context context, VolumeInfo volume) { in MountTask()
327 public UnmountTask(Context context, VolumeInfo volume) { in UnmountTask()
/packages/apps/Camera2/src/com/android/camera/
DSoundPlayer.java58 public void play(int resourceId, float volume) { in play()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java969 public void setAbsoluteVolume(int volume) { in setAbsoluteVolume()
987 private void volumeChangeCallback(int volume, int ctype) { in volumeChangeCallback()
992 private void notifyVolumeChanged(int volume) { in notifyVolumeChanged()
997 private int convertToAudioStreamVolume(int volume) { in convertToAudioStreamVolume()
1002 private int convertToAvrcpVolume(int volume) { in convertToAvrcpVolume()
1118 private native boolean setVolumeNative(int volume); in setVolumeNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java208 public void setAvrcpAbsoluteVolume(int volume) { in setAvrcpAbsoluteVolume()
307 public void setAvrcpAbsoluteVolume(int volume) { in setAvrcpAbsoluteVolume()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp133 static void btavrcp_volume_change_callback(uint8_t volume, uint8_t ctype) { in btavrcp_volume_change_callback()
402 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/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetPhoneState.java197 void setSpeakerVolume(int volume) { in setSpeakerVolume()
205 void setMicVolume(int volume) { in setMicVolume()
DHeadsetStateMachine.java2649 private void processVolumeEvent(int volumeType, int volume, BluetoothDevice device) { in processVolumeEvent()
3149 private void onVolumeChanged(int type, int volume, byte[] address) { in onVolumeChanged()
3423 private native boolean setVolumeNative(int volumeType, int volume, byte[] address); in setVolumeNative()
/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntents.java359 public abstract void kickMediaScanner(final Context context, final String volume); in kickMediaScanner()
DUIIntentsImpl.java536 public void kickMediaScanner(final Context context, final String volume) { in kickMediaScanner()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2539 private void onVolumeChange(int type, int volume) { in onVolumeChange()
2695 private native boolean setVolumeNative(int volumeType, int volume); in setVolumeNative()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettings.java289 final float volume = prefs.getFloat( in readKeypressSoundVolume() local