Home
last modified time | relevance | path

Searched defs:vc (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dmod.rs39 pub mod vc; module
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDeviceVolumePreference.java164 VolumeControlProfile vc = mBtManager == null ? null in setDeviceVolume() local
DAudioSharingUtils.java345 VolumeControlProfile vc = profileManager.getVolumeControlProfile(); in isAudioSharingProfileReady() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingPreferenceControllerTest.java418 VolumeControlProfile vc = mock(VolumeControlProfile.class); in setAudioSharingProfilesReady() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DResolverDrawerLayout.java191 final ViewConfiguration vc = ViewConfiguration.get(context); in ResolverDrawerLayout() local
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc49 auto vc = ::aidl::android::hardware::bluetooth::audio::CodecId::Vendor(); in GetAidlCodecIdFromStackFormat() local
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekAdapter.kt401 val vc: ViewConfiguration = ViewConfiguration.get(context) constant
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java105 final ViewConfiguration vc = ViewConfiguration.get(context); in GalleryThumbnailView() local
/packages/modules/Bluetooth/system/bta/vc/
Ddevices_test.cc37 namespace vc { namespace
Dvc_test.cc50 namespace vc { namespace
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs506 vc: VolumeControl, field
527 let vc = VolumeControl::new(&intf.lock().unwrap()); in new() localVariable
/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt3984 val vc: ViewConfiguration = ViewConfiguration.get(context) constant