Android-cuttlefish cvd tool
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
webrtc::audioproc::PlayoutAudioDeviceInfo Class Referencefinal

#include <debug.pb.h>

Inheritance diagram for webrtc::audioproc::PlayoutAudioDeviceInfo:
Inheritance graph
[legend]
Collaboration diagram for webrtc::audioproc::PlayoutAudioDeviceInfo:
Collaboration graph
[legend]

Public Types

enum  : int { kIdFieldNumber = 1 , kMaxVolumeFieldNumber = 2 }
 

Public Member Functions

 PlayoutAudioDeviceInfo ()
 
 ~PlayoutAudioDeviceInfo () override
 
PROTOBUF_CONSTEXPR PlayoutAudioDeviceInfo (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 PlayoutAudioDeviceInfo (const PlayoutAudioDeviceInfo &from)
 
 PlayoutAudioDeviceInfo (PlayoutAudioDeviceInfo &&from) noexcept
 
PlayoutAudioDeviceInfooperator= (const PlayoutAudioDeviceInfo &from)
 
PlayoutAudioDeviceInfooperator= (PlayoutAudioDeviceInfo &&from) noexcept
 
const std::string & unknown_fields () const
 
std::string * mutable_unknown_fields ()
 
PROTOBUF_NOINLINE void Swap (PlayoutAudioDeviceInfo *other)
 
void UnsafeArenaSwap (PlayoutAudioDeviceInfo *other)
 
PlayoutAudioDeviceInfoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CheckTypeAndMergeFrom (const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
 
void CopyFrom (const PlayoutAudioDeviceInfo &from)
 
void MergeFrom (const PlayoutAudioDeviceInfo &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
bool has_id () const
 
void clear_id ()
 
int32_t id () const
 
void set_id (int32_t value)
 
bool has_max_volume () const
 
void clear_max_volume ()
 
int32_t max_volume () const
 
void set_max_volume (int32_t value)
 

Static Public Member Functions

static const PlayoutAudioDeviceInfodefault_instance ()
 
static const PlayoutAudioDeviceInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 PlayoutAudioDeviceInfo (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void InternalSwap (PlayoutAudioDeviceInfo *other)
 
bool _internal_has_id () const
 
int32_t _internal_id () const
 
void _internal_set_id (int32_t value)
 
bool _internal_has_max_volume () const
 
int32_t _internal_max_volume () const
 
void _internal_set_max_volume (int32_t value)
 

Static Private Member Functions

::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 

Private Attributes

::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
 
mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 
int32_t id_
 
int32_t max_volume_
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_debug_2eproto
 
void swap (PlayoutAudioDeviceInfo &a, PlayoutAudioDeviceInfo &b)
 

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kMaxVolumeFieldNumber 

Constructor & Destructor Documentation

◆ PlayoutAudioDeviceInfo() [1/5]

webrtc::audioproc::PlayoutAudioDeviceInfo::PlayoutAudioDeviceInfo ( )
inline

◆ ~PlayoutAudioDeviceInfo()

webrtc::audioproc::PlayoutAudioDeviceInfo::~PlayoutAudioDeviceInfo ( )
override

◆ PlayoutAudioDeviceInfo() [2/5]

PROTOBUF_CONSTEXPR webrtc::audioproc::PlayoutAudioDeviceInfo::PlayoutAudioDeviceInfo ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ PlayoutAudioDeviceInfo() [3/5]

webrtc::audioproc::PlayoutAudioDeviceInfo::PlayoutAudioDeviceInfo ( const PlayoutAudioDeviceInfo from)

◆ PlayoutAudioDeviceInfo() [4/5]

webrtc::audioproc::PlayoutAudioDeviceInfo::PlayoutAudioDeviceInfo ( PlayoutAudioDeviceInfo &&  from)
inlinenoexcept

◆ PlayoutAudioDeviceInfo() [5/5]

webrtc::audioproc::PlayoutAudioDeviceInfo::PlayoutAudioDeviceInfo ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _internal_has_id()

bool webrtc::audioproc::PlayoutAudioDeviceInfo::_internal_has_id ( ) const
inlineprivate

◆ _internal_has_max_volume()

bool webrtc::audioproc::PlayoutAudioDeviceInfo::_internal_has_max_volume ( ) const
inlineprivate

◆ _internal_id()

int32_t webrtc::audioproc::PlayoutAudioDeviceInfo::_internal_id ( ) const
inlineprivate

◆ _internal_max_volume()

int32_t webrtc::audioproc::PlayoutAudioDeviceInfo::_internal_max_volume ( ) const
inlineprivate

◆ _internal_set_id()

void webrtc::audioproc::PlayoutAudioDeviceInfo::_internal_set_id ( int32_t  value)
inlineprivate

◆ _internal_set_max_volume()

void webrtc::audioproc::PlayoutAudioDeviceInfo::_internal_set_max_volume ( int32_t  value)
inlineprivate

◆ _InternalParse()

const char * webrtc::audioproc::PlayoutAudioDeviceInfo::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * webrtc::audioproc::PlayoutAudioDeviceInfo::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t webrtc::audioproc::PlayoutAudioDeviceInfo::ByteSizeLong ( ) const
final

◆ CheckTypeAndMergeFrom()

void webrtc::audioproc::PlayoutAudioDeviceInfo::CheckTypeAndMergeFrom ( const ::PROTOBUF_NAMESPACE_ID::MessageLite &  from)
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void webrtc::audioproc::PlayoutAudioDeviceInfo::Clear ( )
final

◆ clear_id()

void webrtc::audioproc::PlayoutAudioDeviceInfo::clear_id ( )
inline

◆ clear_max_volume()

void webrtc::audioproc::PlayoutAudioDeviceInfo::clear_max_volume ( )
inline

◆ CopyFrom()

void webrtc::audioproc::PlayoutAudioDeviceInfo::CopyFrom ( const PlayoutAudioDeviceInfo from)

◆ default_instance()

static const PlayoutAudioDeviceInfo & webrtc::audioproc::PlayoutAudioDeviceInfo::default_instance ( )
inlinestatic

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece webrtc::audioproc::PlayoutAudioDeviceInfo::FullMessageName ( )
inlinestaticprivate

◆ GetCachedSize()

int webrtc::audioproc::PlayoutAudioDeviceInfo::GetCachedSize ( ) const
inlinefinal

◆ GetTypeName()

std::string webrtc::audioproc::PlayoutAudioDeviceInfo::GetTypeName ( ) const
final

◆ has_id()

bool webrtc::audioproc::PlayoutAudioDeviceInfo::has_id ( ) const
inline

◆ has_max_volume()

bool webrtc::audioproc::PlayoutAudioDeviceInfo::has_max_volume ( ) const
inline

◆ id()

int32_t webrtc::audioproc::PlayoutAudioDeviceInfo::id ( ) const
inline

◆ internal_default_instance()

static const PlayoutAudioDeviceInfo * webrtc::audioproc::PlayoutAudioDeviceInfo::internal_default_instance ( )
inlinestatic

◆ InternalSwap()

void webrtc::audioproc::PlayoutAudioDeviceInfo::InternalSwap ( PlayoutAudioDeviceInfo other)
private

◆ IsInitialized()

bool webrtc::audioproc::PlayoutAudioDeviceInfo::IsInitialized ( ) const
final

◆ max_volume()

int32_t webrtc::audioproc::PlayoutAudioDeviceInfo::max_volume ( ) const
inline

◆ MergeFrom()

void webrtc::audioproc::PlayoutAudioDeviceInfo::MergeFrom ( const PlayoutAudioDeviceInfo from)

◆ mutable_unknown_fields()

std::string * webrtc::audioproc::PlayoutAudioDeviceInfo::mutable_unknown_fields ( )
inline

◆ New()

PlayoutAudioDeviceInfo * webrtc::audioproc::PlayoutAudioDeviceInfo::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ operator=() [1/2]

PlayoutAudioDeviceInfo & webrtc::audioproc::PlayoutAudioDeviceInfo::operator= ( const PlayoutAudioDeviceInfo from)
inline

◆ operator=() [2/2]

PlayoutAudioDeviceInfo & webrtc::audioproc::PlayoutAudioDeviceInfo::operator= ( PlayoutAudioDeviceInfo &&  from)
inlinenoexcept

◆ set_id()

void webrtc::audioproc::PlayoutAudioDeviceInfo::set_id ( int32_t  value)
inline

◆ set_max_volume()

void webrtc::audioproc::PlayoutAudioDeviceInfo::set_max_volume ( int32_t  value)
inline

◆ SetCachedSize()

void webrtc::audioproc::PlayoutAudioDeviceInfo::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void webrtc::audioproc::PlayoutAudioDeviceInfo::SharedCtor ( )
private

◆ SharedDtor()

void webrtc::audioproc::PlayoutAudioDeviceInfo::SharedDtor ( )
private

◆ Swap()

PROTOBUF_NOINLINE void webrtc::audioproc::PlayoutAudioDeviceInfo::Swap ( PlayoutAudioDeviceInfo other)
inline

◆ unknown_fields()

const std::string & webrtc::audioproc::PlayoutAudioDeviceInfo::unknown_fields ( ) const
inline

◆ UnsafeArenaSwap()

void webrtc::audioproc::PlayoutAudioDeviceInfo::UnsafeArenaSwap ( PlayoutAudioDeviceInfo other)
inline

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

◆ ::TableStruct_debug_2eproto

friend struct ::TableStruct_debug_2eproto
friend

◆ swap

void swap ( PlayoutAudioDeviceInfo a,
PlayoutAudioDeviceInfo b 
)
friend

Member Data Documentation

◆ _cached_size_

mutable::PROTOBUF_NAMESPACE_ID::internal::CachedSize webrtc::audioproc::PlayoutAudioDeviceInfo::_cached_size_
private

◆ _has_bits_

::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> webrtc::audioproc::PlayoutAudioDeviceInfo::_has_bits_
private

◆ id_

int32_t webrtc::audioproc::PlayoutAudioDeviceInfo::id_
private

◆ kIndexInFileMessages

constexpr int webrtc::audioproc::PlayoutAudioDeviceInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

◆ max_volume_

int32_t webrtc::audioproc::PlayoutAudioDeviceInfo::max_volume_
private

The documentation for this class was generated from the following file: