Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Daudio_device.cpp112 int32_t CfAudioDeviceModule::PlayoutIsAvailable(bool* available) { in PlayoutIsAvailable()
118 int32_t CfAudioDeviceModule::RecordingIsAvailable(bool* available) { in RecordingIsAvailable()
152 int32_t CfAudioDeviceModule::SpeakerVolumeIsAvailable(bool* available) { in SpeakerVolumeIsAvailable()
168 int32_t CfAudioDeviceModule::MicrophoneVolumeIsAvailable(bool* available) { in MicrophoneVolumeIsAvailable()
184 int32_t CfAudioDeviceModule::SpeakerMuteIsAvailable(bool* available) { in SpeakerMuteIsAvailable()
192 int32_t CfAudioDeviceModule::MicrophoneMuteIsAvailable(bool* available) { in MicrophoneMuteIsAvailable()
/device/generic/vulkan-cereal/stream-servers/
DRingStream.cpp236 uint32_t available, in type1Read()
280 uint32_t available, in type2Read()
314 uint32_t available, in type3Read()
DRenderChannelImpl.cpp205 State available = mState & (mWantedEvents | State::Stopped); in notifyStateChangeLocked() local
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
DAstcCpuDecompressorNoOp.cpp23 bool available() const override { return false; } in available() function in gfxstream::vk::__anon0a3b50410111::AstcCpuDecompressorNoOp
DAstcCpuDecompressorImpl.cpp216 bool available() const override { in available() function in goldfish_vk::__anon1faf89170111::AstcCpuDecompressorImpl
217 static bool available = isAstcDecoderAvailable(); in available() local
/device/generic/goldfish/camera/
DBlockingQueue.h83 std::condition_variable available; member
/device/generic/goldfish-opengl/android-emu/aemu/base/
Daddress_space.h45 uint64_t available : 1; member
Dring_buffer.c453 uint32_t available = v ? (v->size >> 1) : (RING_BUFFER_SIZE >> 1); in get_step_size() local
/device/amlogic/yukawa/hal/audio/
Daudio_hw.h125 unsigned int available; member
/device/linaro/dragonboard/audio/
Daudio_hw.h123 unsigned int available; member
/device/generic/vulkan-cereal/gl-host-common/opengl/
DOpenglEsPipe.cpp500 ChannelState available = state & wanted; in onGuestWantWakeOn() local
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp2396 Return<void> RadioImpl_1_6::reportSmsMemoryStatus(int32_t serial, bool available) { in reportSmsMemoryStatus()