Searched defs:VolumeOperation (Results 1 – 1 of 1) sorted by relevance
64 struct VolumeOperation { struct77 VolumeOperation(int operation_id, int group_id, bool is_autonomous, uint8_t opcode, in VolumeOperation() argument91 ~VolumeOperation() { in ~VolumeOperation() argument105 bool IsGroupOperation(void) { in IsGroupOperation()109 bool IsStarted(void) { return started_; }; in IsStarted()110 void Start(void) { started_ = true; } in Start()