Searched refs:tempFormat (Results 1 – 4 of 4) sorted by relevance
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/ |
D | audio_proxy_common.cpp | 163 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/ |
D | audio_adapter_info_common.c | 341 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/ |
D | audio_adapter_info_common.c | 329 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/ |
D | audio_adapter_info_common.cpp | 787 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()
|