Home
last modified time | relevance | path

Searched refs:tempFormat (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
Daudio_proxy_common.cpp163 uint32_t tempFormat = 0; in AudioProxyReadSapmleAttrbutes() local
164 if (!HdfSbufReadUint32(reply, &tempFormat)) { in AudioProxyReadSapmleAttrbutes()
167 attrs->format = (AudioFormat)tempFormat; in AudioProxyReadSapmleAttrbutes()
/drivers/peripheral/audio/hal/hdi_passthrough/src/
Daudio_adapter_info_common.c341 int64_t tempFormat = strtol(value, &endptr, DECIMAL_SYSTEM); in TransferFormat() local
342 …if ((errno == ERANGE && (tempFormat == LONG_MAX || tempFormat == LONG_MIN)) || (errno != 0 && temp… in TransferFormat()
346 int32_t ret = BitsToFormat(&audioFormat, tempFormat); in TransferFormat()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
Daudio_adapter_info_common.c329 long tempFormat = strtol(value, &endptr, DECIMAL_SYSTEM); in TransferFormat() local
330 …if ((errno == ERANGE && (tempFormat == LONG_MAX || tempFormat == LONG_MIN)) || (errno != 0 && temp… in TransferFormat()
334 int32_t ret = BitsToFormat(&audioFormat, tempFormat); in TransferFormat()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
Daudio_adapter_info_common.cpp787 long tempFormat = strtol(value, &endptr, DECIMAL_SYSTEM); in TransferFormat() local
788 …if ((errno == ERANGE && (tempFormat == LONG_MAX || tempFormat == LONG_MIN)) || (errno != 0 && temp… in TransferFormat()
792 int32_t ret = BitsToFormat(&audioFormat, tempFormat); in TransferFormat()