Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Daudio_bluetooth_hw.cc33 static int adev_set_parameters(struct audio_hw_device* dev, in adev_set_parameters()
58 static char* adev_get_parameters(const struct audio_hw_device* dev, in adev_get_parameters()
64 static int adev_init_check(const struct audio_hw_device* dev) { return 0; } in adev_init_check()
66 static int adev_set_voice_volume(struct audio_hw_device* dev, float volume) { in adev_set_voice_volume()
71 static int adev_set_master_volume(struct audio_hw_device* dev, float volume) { in adev_set_master_volume()
76 static int adev_get_master_volume(struct audio_hw_device* dev, float* volume) { in adev_get_master_volume()
80 static int adev_set_master_mute(struct audio_hw_device* dev, bool muted) { in adev_set_master_mute()
85 static int adev_get_master_mute(struct audio_hw_device* dev, bool* muted) { in adev_get_master_mute()
89 static int adev_set_mode(struct audio_hw_device* dev, audio_mode_t mode) { in adev_set_mode()
94 static int adev_set_mic_mute(struct audio_hw_device* dev, bool state) { in adev_set_mic_mute()
[all …]
Dstream_apis.cc720 int adev_open_output_stream(struct audio_hw_device* dev, in adev_open_output_stream()
833 void adev_close_output_stream(struct audio_hw_device* dev, in adev_close_output_stream()
854 size_t adev_get_input_buffer_size(const struct audio_hw_device* dev, in adev_get_input_buffer_size()
1231 int adev_open_input_stream(struct audio_hw_device* dev, in adev_open_input_stream()
1320 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.cc31 tBTM_SEC_DEV_REC* dev = btm_sec_allocate_dev_rec(); in make_bonded_ble_device() local
41 tBTM_SEC_DEV_REC* dev = make_bonded_ble_device(bda, rra); in make_bonded_dual_device() local
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc1545 static int adev_open_output_stream(struct audio_hw_device* dev, in adev_open_output_stream()
1652 static void adev_close_output_stream(struct audio_hw_device* dev, in adev_close_output_stream()
1679 static int adev_set_parameters(struct audio_hw_device* dev, in adev_set_parameters()
1698 static char* adev_get_parameters(UNUSED_ATTR const struct audio_hw_device* dev, in adev_get_parameters()
1709 static int adev_init_check(UNUSED_ATTR const struct audio_hw_device* dev) { in adev_init_check()
1715 static int adev_set_voice_volume(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_voice_volume()
1722 static int adev_set_master_volume(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_master_volume()
1729 static int adev_set_mode(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_mode()
1736 static int adev_set_mic_mute(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_mic_mute()
1743 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.rs190 let dev = attach(a_file, 0, a_size, /*direct_io*/ true, /*writable*/ false).unwrap(); in attach_loop_device_with_dio() localVariable
203 let dev = attach(a_file, 0, a_size, /*direct_io*/ false, /*writable*/ false).unwrap(); in attach_loop_device_without_dio() localVariable
216 let dev = attach(a_file, 0, a_size, /*direct_io*/ true, /*writable*/ true).unwrap(); in attach_loop_device_with_dio_writable() localVariable
Dsys.rs57 pub dev: u64, field
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java429 BluetoothDevice dev = sm.getDevice(); in prepareConnectedDeviceGroup() local
939 BluetoothDevice dev = sm.getDevice(); in testInvalidRequestForGroup() local
952 BluetoothDevice dev = sm.getDevice(); in testInvalidRequestForGroup() local
970 BluetoothDevice dev = sm.getDevice(); in testInvalidRequestForGroup() local
990 BluetoothDevice dev = sm.getDevice(); in testConnectedIntent() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java139 BluetoothDevice dev = (BluetoothDevice) msg.obj; in processMessage() local
196 BluetoothDevice dev = (BluetoothDevice) msg.obj; in processMessage() local
310 private boolean cancelBond(BluetoothDevice dev) { in cancelBond()
322 private boolean removeBond(BluetoothDevice dev, boolean transition) { in removeBond()
342 private boolean createBond(BluetoothDevice dev, int transport, OobData remoteP192Data, in createBond()
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc1581 static int adev_open_output_stream(struct audio_hw_device* dev, in adev_open_output_stream()
1688 static void adev_close_output_stream(struct audio_hw_device* dev, in adev_close_output_stream()
1717 static int adev_set_parameters(struct audio_hw_device* dev, in adev_set_parameters()
1736 static char* adev_get_parameters(UNUSED_ATTR const struct audio_hw_device* dev, in adev_get_parameters()
1747 static int adev_init_check(UNUSED_ATTR const struct audio_hw_device* dev) { in adev_init_check()
1753 static int adev_set_voice_volume(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_voice_volume()
1760 static int adev_set_master_volume(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_master_volume()
1767 static int adev_set_mode(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_mode()
1774 static int adev_set_mic_mute(UNUSED_ATTR struct audio_hw_device* dev, in adev_set_mic_mute()
1781 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/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DJitterNetworkAnalyser.cpp154 double dev = sqrt(std::accumulate(mListJitters.begin(), mListJitters.end(), 0.0f, in CalculateDeviation() local
182 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/modules/Bluetooth/system/bta/sys/
Dutl.cc161 uint8_t* dev; in utl_set_device_class() local
/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc378 auto dev = volume_control_devices_.FindByAddress(*it); in HandleAutonomusVolumeChange() local
863 VolumeControlDevice* dev = volume_control_devices_.FindByAddress( in MuteUnmute() local
887 auto dev = volume_control_devices_.FindByAddress(*it); in MuteUnmute() local
927 VolumeControlDevice* dev = volume_control_devices_.FindByAddress( in SetVolume() local
953 auto dev = volume_control_devices_.FindByAddress(*it); in SetVolume() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAccessoriesFragment.java180 static @DrawableRes int getImageIdForDevice( in getImageIdForDevice()
/packages/modules/adb/
Dfile_sync_protocol.h58 uint64_t dev; member
81 uint64_t dev; member
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pGroup.java199 WifiP2pDevice dev = new WifiP2pDevice(); in WifiP2pGroup() local
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine_test.cc234 for (auto& dev : le_audio_devices_) { in SetUp() local
318 [&conn_handle](auto& dev) { in ConfigureIsoManagerMock()
343 [&conn_handle](auto& dev) { in ConfigureIsoManagerMock()
375 [&pair](auto& dev) { in ConfigureIsoManagerMock()
427 [&cis_handle](auto& dev) { in ConfigureIsoManagerMock()
2099 [&conn_handle](auto& dev) { in TEST_F()
/packages/modules/adb/client/
Dusb_osx.cpp151 IOUSBDeviceInterface500 **dev = NULL; in AndroidInterfaceAdded() local

12