Home
last modified time | relevance | path

Searched defs:VolumeOperation (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/bta/vc/
Dtypes.h64 struct VolumeOperation { struct
77 VolumeOperation(int operation_id, int group_id, bool is_autonomous, uint8_t opcode, in VolumeOperation() argument
91 ~VolumeOperation() { in ~VolumeOperation() argument
105 bool IsGroupOperation(void) { in IsGroupOperation()
109 bool IsStarted(void) { return started_; }; in IsStarted()
110 void Start(void) { started_ = true; } in Start()