Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 116) sorted by relevance

12345

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Daudio_device.cpp112 int32_t CfAudioDeviceModule::PlayoutIsAvailable(bool* available) { in PlayoutIsAvailable() argument
113 *available = true; in PlayoutIsAvailable()
118 int32_t CfAudioDeviceModule::RecordingIsAvailable(bool* available) { in RecordingIsAvailable() argument
119 *available = 0; in RecordingIsAvailable()
152 int32_t CfAudioDeviceModule::SpeakerVolumeIsAvailable(bool* available) { in SpeakerVolumeIsAvailable() argument
153 *available = false; in SpeakerVolumeIsAvailable()
168 int32_t CfAudioDeviceModule::MicrophoneVolumeIsAvailable(bool* available) { in MicrophoneVolumeIsAvailable() argument
169 *available = false; in MicrophoneVolumeIsAvailable()
184 int32_t CfAudioDeviceModule::SpeakerMuteIsAvailable(bool* available) { in SpeakerMuteIsAvailable() argument
185 *available = false; in SpeakerMuteIsAvailable()
[all …]
Daudio_device.h67 int32_t PlayoutIsAvailable(bool* available) override;
70 int32_t RecordingIsAvailable(bool* available) override;
89 int32_t SpeakerVolumeIsAvailable(bool* available) override;
96 int32_t MicrophoneVolumeIsAvailable(bool* available) override;
103 int32_t SpeakerMuteIsAvailable(bool* available) override;
108 int32_t MicrophoneMuteIsAvailable(bool* available) override;
113 int32_t StereoPlayoutIsAvailable(bool* available) const override;
116 int32_t StereoRecordingIsAvailable(bool* available) const override;
/device/generic/goldfish/camera/
DBlockingQueue.h39 available.notify_one(); in put()
54 available.wait(lock); in get()
73 available.notify_one(); in cancel()
83 std::condition_variable available; member
/device/google/cuttlefish/guest/hals/vulkan/
Dcom.google.cf.vulkan.rc1 # `on init` is normally not available for .rc files in vendor apexes
3 # For bootstrap APEXes, `on init` is the earliest available trigger.
/device/linaro/dragonboard/audio/
Dfifo_wrapper.cpp68 return interface->p_fifo_reader->available(); in fifo_available_to_read()
73 return interface->p_fifo_writer->available(); in fifo_available_to_write()
/device/amlogic/yukawa/hal/audio/
Dfifo_wrapper.cpp68 return interface->p_fifo_reader->available(); in fifo_available_to_read()
73 return interface->p_fifo_writer->available(); in fifo_available_to_write()
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
DREADME23 An optional macro is available to specify the I2C address of ISL29034 device.
28 An optional macro is available to enable debug information:
/device/google/bluejay/audio/bluejay/tuning/waves/
Dwaves_config.ini25 # This defines available preset configurations.
34 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/raviole/audio/oriole/tuning/waves/
Dwaves_config.ini25 # This defines available preset configurations.
34 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/raviole/audio/raven/tuning/waves/
Dwaves_config.ini25 # This defines available preset configurations.
34 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/pantah/audio/cloudripper/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/caimito/audio/ripcurrent24/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/comet/audio/comet/tuning/waves/
Dwaves_config_nx.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/akita/audio/akita/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/tangorpro/audio/tangorpro/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/raviole/audio/slider/tuning/waves/
Dwaves_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/shusky/audio/ripcurrent/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/pantah/audio/ravenclaw/tuning/waves/
Dwaves_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/pantah/audio/ravenclaw/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/raviole/audio/oriole/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/pantah/audio/cheetah/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/caimito/audio/komodo/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/raviole/audio/raven/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/comet/audio/comet/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.
/device/google/raviole/audio/slider/tuning/waves/tests/
Dtest_config.ini25 # This defines available preset configurations.
35 # This defines available CONTROL configurations. Only define the CONTROL if you need it.

12345