Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 25 of 42) sorted by relevance

12

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Daudio_bluetooth_hw.cc31 static int adev_set_parameters(struct audio_hw_device* dev, in adev_set_parameters()
56 static char* adev_get_parameters(const struct audio_hw_device* dev, in adev_get_parameters()
62 static int adev_init_check(const struct audio_hw_device* dev) { return 0; } in adev_init_check()
64 static int adev_set_voice_volume(struct audio_hw_device* dev, float volume) { in adev_set_voice_volume()
69 static int adev_set_master_volume(struct audio_hw_device* dev, float volume) { in adev_set_master_volume()
74 static int adev_get_master_volume(struct audio_hw_device* dev, float* volume) { in adev_get_master_volume()
78 static int adev_set_master_mute(struct audio_hw_device* dev, bool muted) { in adev_set_master_mute()
83 static int adev_get_master_mute(struct audio_hw_device* dev, bool* muted) { in adev_get_master_mute()
87 static int adev_set_mode(struct audio_hw_device* dev, audio_mode_t mode) { in adev_set_mode()
92 static int adev_set_mic_mute(struct audio_hw_device* dev, bool state) { in adev_set_mic_mute()
[all …]
Dstream_apis.cc733 int adev_open_output_stream(struct audio_hw_device* dev, in adev_open_output_stream()
846 void adev_close_output_stream(struct audio_hw_device* dev, in adev_close_output_stream()
867 size_t adev_get_input_buffer_size(const struct audio_hw_device* dev, in adev_get_input_buffer_size()
1245 int adev_open_input_stream(struct audio_hw_device* dev, in adev_open_input_stream()
1334 void adev_close_input_stream(struct audio_hw_device* dev, in adev_close_input_stream()
/packages/services/Car/tools/telemetry/lua-interpreter/
Dpackage-lock.json19 "dev": true, boolean
37 "dev": true, boolean
49 "dev": true, boolean
59 "dev": true, boolean
73 "dev": true, boolean
82 "dev": true, boolean
93 "dev": true, boolean
104 "dev": true boolean
110 "dev": true, boolean
121 "dev": true boolean
[all …]
/packages/services/Car/tools/keventreader/server/
Deventgatherer.cpp24 auto dev = std::make_unique<InputSource>(argv[i]); in EventGatherer() local
52 if (auto dev = mDevices[fd.fd].get()) { in read() local
/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_api_test.cc32 tBTM_SEC_DEV_REC* dev = btm_sec_allocate_dev_rec(); in make_bonded_ble_device() local
43 tBTM_SEC_DEV_REC* dev = make_bonded_ble_device(bda, rra); in make_bonded_dual_device() local
/packages/apps/Car/DebuggingRestrictionController/server/functions/
Dpackage-lock.json26 "dev": true, boolean
38 "dev": true, boolean
47 "dev": true, boolean
424 "dev": true boolean
563 "dev": true, boolean
579 "dev": true, boolean
588 "dev": true, boolean
597 "dev": true, boolean
609 "dev": true, boolean
632 "dev": true, boolean
[all …]
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc1543 static int adev_open_output_stream(struct audio_hw_device* dev, in adev_open_output_stream()
1650 static void adev_close_output_stream(struct audio_hw_device* dev, in adev_close_output_stream()
1677 static int adev_set_parameters(struct audio_hw_device* dev, in adev_set_parameters()
1696 static char* adev_get_parameters(UNUSED_ATTR const struct audio_hw_device* dev, in adev_get_parameters()
1707 static int adev_init_check(UNUSED_ATTR const struct audio_hw_device* dev) { in adev_init_check()
1713 static int adev_set_voice_volume(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_voice_volume()
1720 static int adev_set_master_volume(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_master_volume()
1727 static int adev_set_mode(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_mode()
1734 static int adev_set_mic_mute(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_mic_mute()
1741 static int adev_get_mic_mute(UNUSED_ATTR const struct audio_hw_device* dev, in adev_get_mic_mute()
[all …]
/packages/modules/Virtualization/libs/devicemapper/src/
Dloopdevice.rs187 let dev = attach(a_file, 0, a_size, /*direct_io*/ true, /*writable*/ false).unwrap(); in attach_loop_device_with_dio() localVariable
200 let dev = attach(a_file, 0, a_size, /*direct_io*/ false, /*writable*/ false).unwrap(); in attach_loop_device_without_dio() localVariable
213 let dev = attach(a_file, 0, a_size, /*direct_io*/ true, /*writable*/ true).unwrap(); in attach_loop_device_with_dio_writable() localVariable
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc1579 static int adev_open_output_stream(struct audio_hw_device* dev, in adev_open_output_stream()
1686 static void adev_close_output_stream(struct audio_hw_device* dev, in adev_close_output_stream()
1715 static int adev_set_parameters(struct audio_hw_device* dev, in adev_set_parameters()
1734 static char* adev_get_parameters(UNUSED_ATTR const struct audio_hw_device* dev, in adev_get_parameters()
1745 static int adev_init_check(UNUSED_ATTR const struct audio_hw_device* dev) { in adev_init_check()
1751 static int adev_set_voice_volume(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_voice_volume()
1758 static int adev_set_master_volume(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_master_volume()
1765 static int adev_set_mode(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_mode()
1772 static int adev_set_mic_mute(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_mic_mute()
1779 static int adev_get_mic_mute(UNUSED_ATTR const struct audio_hw_device* dev, in adev_get_mic_mute()
[all …]
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/
DWifiP2pDnsSdServiceResponse.java153 int tranId, WifiP2pDevice dev, byte[] data) { in WifiP2pDnsSdServiceResponse()
296 int transId, WifiP2pDevice dev, byte[] data) { in newInstance()
DWifiP2pServiceResponse.java180 public void setSrcDevice(WifiP2pDevice dev) { in setSrcDevice()
198 WifiP2pDevice dev = new WifiP2pDevice(); in newInstance() local
DWifiP2pUpnpServiceResponse.java81 int transId, WifiP2pDevice dev, byte[] data) { in WifiP2pUpnpServiceResponse()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java142 BluetoothDevice dev = (BluetoothDevice) msg.obj; in processMessage() local
238 BluetoothDevice dev = (BluetoothDevice) msg.obj; in processMessage() local
369 private boolean cancelBond(BluetoothDevice dev) { in cancelBond()
381 private boolean removeBond(BluetoothDevice dev, boolean transition) { in removeBond()
411 BluetoothDevice dev, in createBond()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_health_status.cc65 auto dev = find_device(address); in AddStatisticForDevice() local
188 for (const auto& dev : devices_stats_) { in Dump() local
216 void dumpsys_dev(int fd, const device_stats& dev) { in dumpsys_dev()
Ddevice_groups.cc101 auto dev = iter.lock(); in NumOfConnected() local
116 auto dev = iter.lock(); in NumOfAvailableForDirection() local
993 auto dev = weak.lock(); in IsGroupStreamReady() local
1010 for (auto const dev : leAudioDevices_) { in HaveAllCisesDisconnected() local
1583 auto configuration_closure = [&](LeAudioDevice* dev) -> void { in ConfigureAses()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DJitterNetworkAnalyser.cpp158 double dev = sqrt(std::accumulate(mListAccumDeltas.begin(), mListAccumDeltas.end(), 0.0f, in CalculateDeviation() local
186 double dev, mean; in GetNextJitterBufferSize() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/
DImsMediaCamera.cpp545 void OnDeviceStateChanges(void* context, ACameraDevice* dev) in OnDeviceStateChanges()
555 void OnDeviceErrorChanges(void* context, ACameraDevice* dev, int err) in OnDeviceErrorChanges()
575 void ImsMediaCamera::OnDeviceState(ACameraDevice* dev) in OnDeviceState()
607 void ImsMediaCamera::OnDeviceError(ACameraDevice* dev, int err) in OnDeviceError()
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pPeer.java43 public WifiP2pPeer(Context context, WifiP2pDevice dev) { in WifiP2pPeer()
/packages/modules/Virtualization/microdroid_manager/src/
Dswap.rs88 let dev = SWAP_DEV; in init_swap() localVariable
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAccessoriesFragment.java179 static @DrawableRes int getImageIdForDevice( in getImageIdForDevice()
/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc399 auto dev = volume_control_devices_.FindByAddress(*it); in HandleAutonomusVolumeChange() local
886 VolumeControlDevice* dev = volume_control_devices_.FindByAddress( in MuteUnmute() local
916 auto dev = volume_control_devices_.FindByAddress(*it); in MuteUnmute() local
963 VolumeControlDevice* dev = volume_control_devices_.FindByAddress( in SetVolume() local
995 auto dev = volume_control_devices_.FindByAddress(*it); in SetVolume() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java138 int getLeAudioConnectionPolicy(BluetoothDevice dev) { in getLeAudioConnectionPolicy()
145 boolean setLeAudioAllowedConnectionPolicy(BluetoothDevice dev) { in setLeAudioAllowedConnectionPolicy()
/packages/modules/adb/
Dfile_sync_protocol.h58 uint64_t dev; member
81 uint64_t dev; member
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_sec.cc534 auto& dev = bta_dm_cb.device_list.peer_device[i]; in bta_dm_reset_sec_dev_pending() local
568 auto& dev = bta_dm_cb.device_list.peer_device[i]; in bta_dm_remove_sec_dev_entry() local
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DFileUtils.java63 public int dev; field in FileUtils.FileStatus

12