Searched refs:CodecComponentTypeProxyCall (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_proxy.c | 138 ret = CodecComponentTypeProxyCall(self, CMD_SEND_COMMAND, data, reply); in CodecComponentTypeProxySendCommand() 188 ret = CodecComponentTypeProxyCall(self, CMD_GET_PARAMETER, data, reply); in CodecComponentTypeProxyGetParameter() 245 ret = CodecComponentTypeProxyCall(self, CMD_SET_PARAMETER, data, reply); in CodecComponentTypeProxySetParameter() 295 ret = CodecComponentTypeProxyCall(self, CMD_GET_CONFIG, data, reply); in CodecComponentTypeProxyGetConfig() 352 ret = CodecComponentTypeProxyCall(self, CMD_SET_CONFIG, data, reply); in CodecComponentTypeProxySetConfig() 424 ret = CodecComponentTypeProxyCall(self, CMD_GET_STATE, data, reply); in CodecComponentTypeProxyGetState() 532 ret = CodecComponentTypeProxyCall(self, CMD_USE_BUFFER, data, reply); in CodecComponentTypeProxyUseBuffer() 580 ret = CodecComponentTypeProxyCall(self, CMD_ALLOCATE_BUFFER, data, reply); in CodecComponentTypeProxyAllocateBuffer() 628 ret = CodecComponentTypeProxyCall(self, CMD_FREE_BUFFER, data, reply); in CodecComponentTypeProxyFreeBuffer() 742 ret = CodecComponentTypeProxyCall(self, CMD_SET_CALLBACKS, data, reply); in CodecComponentTypeProxySetCallbacks() [all …]
|