Home
last modified time | relevance | path

Searched refs:ReadAudioSapmleAttrbutes (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/include/
H A Dhdf_audio_server_common.h60 int32_t ReadAudioSapmleAttrbutes(struct HdfSBuf *data, struct AudioSampleAttributes *attrs);
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/include/
H A Dhdf_audio_server_common.h50 int32_t ReadAudioSapmleAttrbutes(struct HdfSBuf *data, struct AudioSampleAttributes *attrs);
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_common.cpp198 int32_t ReadAudioSapmleAttrbutes(struct HdfSBuf *data, struct AudioSampleAttributes *attrs) in ReadAudioSapmleAttrbutes() function
H A Dhdf_audio_server_render.cpp321 if (ReadAudioSapmleAttrbutes(data, &attrs) < 0) { in HdiServiceRenderSetSampleAttr()
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_capture.c348 if (ReadAudioSapmleAttrbutes(data, &attrs) < 0) { in HdiServiceCaptureSetSampleAttr()
H A Dhdf_audio_server_render.c350 if (ReadAudioSapmleAttrbutes(data, &attrs) < 0) { in HdiServiceRenderSetSampleAttr()
H A Dhdf_audio_server_common.c131 int32_t ReadAudioSapmleAttrbutes(struct HdfSBuf *data, struct AudioSampleAttributes *attrs) in ReadAudioSapmleAttrbutes() function