Home
last modified time | relevance | path

Searched refs:STATUS (Results 1 – 7 of 7) sorted by relevance

/system/core/libutils/
DErrors.cpp21 #define STATUS_CASE(STATUS) \ in statusToString() argument
22 case STATUS: \ in statusToString()
23 return #STATUS in statusToString()
/system/bt/packet/tests/avrcp/
Davrcp_packet_test.cc71 CType::STATUS, 0x09, 0x00, Opcode::VENDOR, std::move(cap_req_builder)); in TEST()
83 ASSERT_EQ(test_avrcp_packet->GetCType(), CType::STATUS); in TEST()
Dvendor_packet_test.cc72 CType::STATUS, CommandPdu::GET_CAPABILITIES, PacketType::SINGLE, in TEST()
/system/bt/packet/tests/fuzzers/
Davrcp_packet_fuzzer.cc78 CType::STATUS, 0x09, 0x00, Opcode::VENDOR, std::move(cap_req_builder)); in LLVMFuzzerTestOneInput()
/system/bt/packet/avrcp/
Dcapabilities_packet.h41 : VendorPacketBuilder(CType::STATUS, CommandPdu::GET_CAPABILITIES, in GetCapabilitiesRequestBuilder()
/system/bt/include/hardware/avrcp/
Davrcp_common.h32 STATUS = 0x1, enumerator
Davrcp_logging_helper.h38 CASE_RETURN_TEXT(CType::STATUS); in CTypeText()