| 57 | } |
| 58 | |
| 59 | std::shared_ptr<XQueue> HwQueueManager::GetXQueue(HwQueueHandle hwq_h) |
| 60 | { |
| 61 | std::shared_ptr<HwQueue> hwq_shptr = Get(hwq_h); |
| 62 | if (!hwq_shptr) return nullptr; |
| 63 | return hwq_shptr->GetXQueue(); |
| 64 | } |
| 65 | |
| 66 | EXPORT_C_FUNC XResult HwQueueDestroy(HwQueueHandle hwq) |
| 67 | { |