Home
last modified time | relevance | path

Searched refs:tempFrames (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/audio/hal/hdi_passthrough/src/
H A Daudio_adapter_info_common.c384 uint64_t tempFrames = strtoull(value, &endptr, 10); in TransferFrames() local
385 if ((errno == ERANGE && (tempFrames == ULLONG_MAX)) || (errno != 0 && tempFrames == 0)) { in TransferFrames()
389 *frames = tempFrames; in TransferFrames()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_adapter_info_common.c382 uint64_t tempFrames = strtoull(value, &endptr, 10); in TransferFrames() local
383 if ((errno == ERANGE && (tempFrames == ULLONG_MAX)) || (errno != 0 && tempFrames == 0)) { in TransferFrames()
386 *frames = tempFrames; in TransferFrames()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter_info_common.cpp833 uint64_t tempFrames = strtoull(value, &endptr, 10); in TransferFrames() local
834 if ((errno == ERANGE && (tempFrames == ULLONG_MAX)) || (errno != 0 && tempFrames == 0)) { in TransferFrames()
837 *frames = tempFrames; in TransferFrames()

Completed in 8 milliseconds