Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/hardware/audio_alsa/src/
Daudio_interface_lib_capture_alsa.c281 int cmdId, in DoCtlCaptureSetPauseStu()
302 int cmdId, in DoCtlCaptureGetVolume()
313 int cmdId, in DoCtlCaptureSetVolume()
334 int cmdId, in DoCtlCaptureSetMuteStu()
345 int cmdId, in DoCtlCaptureGetMuteStu()
356 int cmdId, in DoCtlCaptureSetGainStu()
374 int cmdId, in DoCtlCaptureGetGainStu()
385 int cmdId, in DoCtlCaptureSceneSelect()
391 static int32_t DoCtlCaptureGetGainThreshold(const struct DevHandleCapture *handle, int cmdId, in DoCtlCaptureGetGainThreshold()
402 static int32_t DoCtlCaptureGetVolThreshold(const struct DevHandleCapture *handle, int cmdId, in DoCtlCaptureGetVolThreshold()
[all …]
Daudio_interface_lib_render_alsa.c313 static int32_t DoCtlRenderSetVolume(const struct DevHandle *handle, int cmdId, in DoCtlRenderSetVolume()
333 static int32_t DoCtlRenderGetVolume(const struct DevHandle *handle, int cmdId, in DoCtlRenderGetVolume()
343 static int32_t DoCtlRenderSetPauseStu(const struct DevHandle *handle, int cmdId, in DoCtlRenderSetPauseStu()
363 static int32_t DoCtlRenderSetMuteStu(const struct DevHandle *handle, int cmdId, in DoCtlRenderSetMuteStu()
373 static int32_t DoCtlRenderGetMuteStu(const struct DevHandle *handle, int cmdId, in DoCtlRenderGetMuteStu()
383 static int32_t DoCtlRenderSetGainStu(const struct DevHandle *handle, int cmdId, in DoCtlRenderSetGainStu()
400 static int32_t DoCtlRenderGetGainStu(const struct DevHandle *handle, int cmdId, in DoCtlRenderGetGainStu()
410 static int32_t DoCtlRenderSceneSelect(const struct DevHandle *handle, int cmdId, in DoCtlRenderSceneSelect()
431 static int32_t DoCtlRenderSceneGetGainThreshold(const struct DevHandle *handle, int cmdId, in DoCtlRenderSceneGetGainThreshold()
443 int cmdId, in DoCtlRenderGetVolThreshold()
[all …]
/device/qemu/riscv32_virt/liteos_m/board/hardware/adapter/
Dhdf_syscall_adapter.c24 int HdfSyscallAdapterDispatch (struct HdfObject *service, int cmdId, struct HdfSBuf *data, struct H… in HdfSyscallAdapterDispatch()