Searched refs:ACCEPTED (Results 1 – 16 of 16) sorted by relevance
/aosp12/system/bt/packet/avrcp/ |
H A D | set_addressed_player.h | 39 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::SET_ADDRESSED_PLAYER, in SetAddressedPlayerResponseBuilder()
|
H A D | play_item.h | 38 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::PLAY_ITEM, in PlayItemResponseBuilder()
|
H A D | pass_through_packet.h | 40 : PacketBuilder(response ? CType::ACCEPTED : CType::CONTROL, 0x09, 0x00, in PassThroughPacketBuilder()
|
H A D | set_absolute_volume.cc | 54 if (GetCType() != CType::ACCEPTED) return false; in IsValid()
|
/aosp12/packages/apps/Car/Calendar/src/com/android/car/calendar/common/ |
H A D | Event.java | 35 ACCEPTED, enumConstant
|
H A D | EventsLiveData.java | 241 status = Event.Status.ACCEPTED; in createEventsForRow()
|
/aosp12/system/bt/include/hardware/avrcp/ |
H A D | avrcp_common.h | 35 ACCEPTED = 0x9, enumerator
|
H A D | avrcp_logging_helper.h | 40 CASE_RETURN_TEXT(CType::ACCEPTED); in CTypeText()
|
/aosp12/system/bt/gd/l2cap/le/internal/ |
H A D | link.cc | 292 … ? ConnectionParameterUpdateResponseResult::ACCEPTED in on_connection_update_complete()
|
H A D | signalling_manager.cc | 173 if (result != ConnectionParameterUpdateResponseResult::ACCEPTED) { in OnConnectionParameterUpdateResponse()
|
/aosp12/system/bt/gd/l2cap/ |
H A D | l2cap_packets.pdl | 655 ACCEPTED = 0,
|
/aosp12/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/ |
H A D | EventsLiveDataTest.java | 226 assertThat(event.getStatus()).isEqualTo(Event.Status.ACCEPTED); in addObserver_oneEventResult()
|
/aosp12/system/bt/gd/l2cap/le/cert/ |
H A D | le_l2cap_test.py | 178 l2cap_packets.ConnectionParameterUpdateResponseResult.ACCEPTED))
|
/aosp12/system/bt/gd/cert/ |
H A D | matchers.py | 310 …tionParameterUpdateResponse(result=l2cap_packets.ConnectionParameterUpdateResponseResult.ACCEPTED):
|
/aosp12/system/bt/profile/avrcp/ |
H A D | device.cc | 113 if (pkt->GetCType() >= CType::ACCEPTED) { in VendorPacketHandler()
|
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
H A D | SipSessionGroup.java | 1275 mSipHelper.sendResponse(event, Response.ACCEPTED);
|