Home
last modified time | relevance | path

Searched refs:data_mq_size (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/audio/aidl/default/
DLeAudioSoftwareAudioProvider.cpp98 uint32_t data_mq_size = in startSession() local
102 if (data_mq_size <= 0) { in startSession()
103 LOG(ERROR) << __func__ << "Unexpected audio buffer size: " << data_mq_size in startSession()
114 LOG(INFO) << __func__ << " - size of audio buffer " << data_mq_size in startSession()
118 new DataMQ(data_mq_size, /* EventFlag */ true)); in startSession()
DHfpSoftwareAudioProvider.cpp91 uint32_t data_mq_size = kBufferCount * bytes_per_sample * in startSession() local
95 LOG(ERROR) << __func__ << "Unexpected audio buffer size: " << data_mq_size in startSession()
106 LOG(INFO) << __func__ << " - size of audio buffer " << data_mq_size in startSession()
110 new DataMQ(data_mq_size, /* EventFlag */ true)); in startSession()