Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/include/
H A Dhdf_audio_server_manager.h33 int adapterUserNum;
34 int renderStatus;
35 int renderPriority;
37 bool renderBusy;
38 bool renderDestory;
39 uint32_t renderPid;
40 int captureStatus;
41 int capturePriority;
43 bool captureBusy;
44 bool captureDestory;
[all …]
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/include/
H A Dhdf_audio_server_common.h27 struct AudioInfoInAdapter { struct
28 const char *adapterName;
29 struct AudioAdapter *adapter;
30 int adapterUserNum;
31 int renderStatus;
32 int renderPriority;
33 struct AudioRender *render;
34 bool renderBusy;
35 bool renderDestory;
36 uint32_t renderPid;