Home
last modified time | relevance | path

Searched refs:ACCEPTED (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/bt/packet/avrcp/
H A Dset_addressed_player.h39 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::SET_ADDRESSED_PLAYER, in SetAddressedPlayerResponseBuilder()
H A Dplay_item.h38 : VendorPacketBuilder(CType::ACCEPTED, CommandPdu::PLAY_ITEM, in PlayItemResponseBuilder()
H A Dpass_through_packet.h40 : PacketBuilder(response ? CType::ACCEPTED : CType::CONTROL, 0x09, 0x00, in PassThroughPacketBuilder()
H A Dset_absolute_volume.cc54 if (GetCType() != CType::ACCEPTED) return false; in IsValid()
/aosp12/packages/apps/Car/Calendar/src/com/android/car/calendar/common/
H A DEvent.java35 ACCEPTED, enumConstant
H A DEventsLiveData.java241 status = Event.Status.ACCEPTED; in createEventsForRow()
/aosp12/system/bt/include/hardware/avrcp/
H A Davrcp_common.h35 ACCEPTED = 0x9, enumerator
H A Davrcp_logging_helper.h40 CASE_RETURN_TEXT(CType::ACCEPTED); in CTypeText()
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink.cc292 … ? ConnectionParameterUpdateResponseResult::ACCEPTED in on_connection_update_complete()
H A Dsignalling_manager.cc173 if (result != ConnectionParameterUpdateResponseResult::ACCEPTED) { in OnConnectionParameterUpdateResponse()
/aosp12/system/bt/gd/l2cap/
H A Dl2cap_packets.pdl655 ACCEPTED = 0,
/aosp12/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/
H A DEventsLiveDataTest.java226 assertThat(event.getStatus()).isEqualTo(Event.Status.ACCEPTED); in addObserver_oneEventResult()
/aosp12/system/bt/gd/l2cap/le/cert/
H A Dle_l2cap_test.py178 l2cap_packets.ConnectionParameterUpdateResponseResult.ACCEPTED))
/aosp12/system/bt/gd/cert/
H A Dmatchers.py310 …tionParameterUpdateResponse(result=l2cap_packets.ConnectionParameterUpdateResponseResult.ACCEPTED):
/aosp12/system/bt/profile/avrcp/
H A Ddevice.cc113 if (pkt->GetCType() >= CType::ACCEPTED) { in VendorPacketHandler()
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java1275 mSipHelper.sendResponse(event, Response.ACCEPTED);