Searched refs:AVRC_KEY_OPERATION_INVALID (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_pass_through.cpp | 21 …: stateFlag_(AVRC_KEY_STATE_INVALID), operationId_(AVRC_KEY_OPERATION_INVALID), label_(AVRC_DEFAUL… in AvrcTgPassPacket() 27 …: stateFlag_(AVRC_KEY_STATE_INVALID), operationId_(AVRC_KEY_OPERATION_INVALID), label_(AVRC_DEFAUL… in AvrcTgPassPacket() 37 …: stateFlag_(AVRC_KEY_STATE_INVALID), operationId_(AVRC_KEY_OPERATION_INVALID), label_(AVRC_DEFAUL… in AvrcTgPassPacket()
|
H A D | avrcp_tg_pass_through.h | 203 uint8_t operationId_ {AVRC_KEY_OPERATION_INVALID}; // The value of the "Operation_ID".
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_pass_through.cpp | 19 …rcCtPassPacket(void) : stateFlag_(AVRC_KEY_STATE_INVALID), operationId_(AVRC_KEY_OPERATION_INVALID) in AvrcCtPassPacket() 33 : stateFlag_(AVRC_KEY_STATE_INVALID), operationId_(AVRC_KEY_OPERATION_INVALID) in AvrcCtPassPacket()
|
H A D | avrcp_ct_pass_through.h | 186 uint8_t operationId_ {AVRC_KEY_OPERATION_INVALID}; // The value of the "Operation_ID".
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 810 AVRC_KEY_OPERATION_INVALID = 0x7F, enumerator
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_def.h | 895 AVRC_KEY_OPERATION_INVALID = 0x7F, enumerator
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_avrcp_ct.cpp | 1072 if (button >= AVRC_KEY_OPERATION_INVALID) { in PressButton() 1110 if (button >= AVRC_KEY_OPERATION_INVALID) { in ReleaseButton()
|