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/
H A 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/
H A 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 && tempFormat == 0)) { in TransferFormat()
346 int32_t ret = BitsToFormat(&audioFormat, tempFormat); in TransferFormat()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A 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 && tempFormat == 0)) { in TransferFormat()
334 int32_t ret = BitsToFormat(&audioFormat, tempFormat); in TransferFormat()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter_info_common.cpp793 long tempFormat = strtol(value, &endptr, DECIMAL_SYSTEM); in TransferFormat() local
794 if ((errno == ERANGE && (tempFormat == LONG_MAX || tempFormat == LONG_MIN)) || (errno != 0 && tempFormat == 0)) { in TransferFormat()
798 int32_t ret = BitsToFormat(&audioFormat, tempFormat); in TransferFormat()

Completed in 5 milliseconds