/system/nfc/utils/ |
D | config.cc | 49 type_ = STRING; in ConfigValue() 54 type_ = UNSIGNED; in ConfigValue() 60 type_ = BYTES; in ConfigValue() 64 ConfigValue::Type ConfigValue::getType() const { return type_; } in getType() 67 CHECK(type_ == STRING); in getString() 72 CHECK(type_ == UNSIGNED); in getUnsigned() 77 CHECK(type_ == BYTES); in getBytes() 84 type_ = STRING; in parseFromString() 91 type_ = BYTES; in parseFromString() 97 type_ = UNSIGNED; in parseFromString()
|
/system/bt/include/hardware/avrcp/ |
D | avrcp_common.h | 297 enum : uint8_t { PLAYER = 0x01, FOLDER = 0x02, SONG = 0x03 } type_; member 305 MediaListItem(MediaPlayerItem item) : type_(PLAYER), player_(item) {} in MediaListItem() 307 MediaListItem(FolderItem item) : type_(FOLDER), folder_(item) {} in MediaListItem() 309 MediaListItem(MediaElementItem item) : type_(SONG), song_(item) {} in MediaListItem() 312 type_ = item.type_; in MediaListItem() 313 switch (item.type_) { in MediaListItem() 327 switch (type_) { in ~MediaListItem() 341 switch (type_) { in size()
|
/system/core/init/ |
D | descriptors.cpp | 38 : name_(name), type_(type), uid_(uid), gid_(gid), perm_(perm), context_(context) { in DescriptorInfo() 45 return os << " descriptors " << info.name_ << " " << info.type_ << " " << std::oct << info.perm_; in operator <<() 49 return name_ == other.name_ && type_ == other.type_ && key() == other.key(); in operator ==()
|
D | descriptors.h | 42 const std::string& type() const { return type_; } in type() 50 std::string type_; variable
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | packet.cc | 31 : type_(type), header_(std::move(header)) { in Packet() 106 serial_data_type_t Packet::GetType() const { return type_; } in GetType()
|
/system/core/adb/ |
D | shell_service.cpp | 179 SubprocessType type_; member in __anonc5a4e0570111::Subprocess 196 type_(type), in Subprocess() 204 if (protocol_ == SubprocessProtocol::kNone && type_ == SubprocessType::kRaw) { in Subprocess() 207 type_ = SubprocessType::kPty; in Subprocess() 286 if (type_ == SubprocessType::kPty) { in ForkAndExec() 317 if (type_ == SubprocessType::kPty) { in ForkAndExec() 599 if (type_ == SubprocessType::kRaw) { in PassInput() 644 if (bytes < 0 && !(type_ == SubprocessType::kPty && errno == EIO)) { in PassOutput()
|
D | bugreport_test.cpp | 71 : type_(type), output_(output) { in OnStandardStreamsCallbackAction() 74 if (type_ == kStreamStdout) { in Perform() 77 if (type_ == kStreamStderr) { in Perform() 83 StreamType type_; member in OnStandardStreamsCallbackAction
|
/system/tools/aidl/ |
D | aidl_language.h | 127 const AidlType& GetType() const { return *type_; } in GetType() 128 AidlType* GetMutableType() { return type_.get(); } in GetMutableType() 133 std::unique_ptr<AidlType> type_; 210 const AidlType& GetType() const { return *type_; } in GetType() 211 AidlType* GetMutableType() { return type_.get(); } in GetMutableType() 235 std::unique_ptr<AidlType> type_; variable
|
D | aidl_language.cpp | 54 : type_(type), in AidlArgument() 61 : type_(type), in AidlArgument() 84 ret += type_->ToString(); in ToString() 137 type_(type), in AidlMethod()
|
/system/tpm/attestation/common/ |
D | proto_print.py | 77 type_=field_type, name=field_name)) 383 if field.type_ in formats: 384 value_format = formats[field.type_] % {'value': value_get}
|
/system/extras/simpleperf/ |
D | dso.h | 110 DsoType type() const { return type_; } in type() 169 const DsoType type_; variable
|
D | dso.cpp | 150 : type_(type), in Dso() 158 if (type_ == DSO_KERNEL) { in Dso() 256 if (type_ == DSO_ELF_FILE) { in MinVirtualAddress() 293 switch (type_) { in Load()
|
/system/nfc/utils/include/ |
D | config.h | 38 Type type_;
|
/system/bt/vendor_libs/test_vendor_lib/include/ |
D | packet.h | 93 serial_data_type_t type_; variable
|
/system/bt/packet/avrcp/ |
D | get_folder_items.cc | 126 switch (item.type_) { in PushMediaListItem()
|