Home
last modified time | relevance | path

Searched refs:format_ (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dproto.h33 format_ = *it;
39 if (format_ == 't') {
43 } else if (format_ == 'j') {
56 char format_ = 't';
/device/google/cuttlefish/host/libs/audio_connector/
Dcommands.h113 uint8_t format() const { return format_; } in format()
121 const uint8_t format_; member
Dcommands.cpp124 format_(format), in StreamSetParamsCommand()