Searched refs:shouldBlockWrite (Results 1 – 3 of 3) sorted by relevance
211 const bool shouldBlockWrite = mCurrentRoute->shouldBlockWrite(); in outWrite() local217 if (!shouldBlockWrite && availableToWrite < frameCount) { in outWrite()232 if (!shouldBlockWrite && frameCount > availableToWrite) { in outWrite()
116 bool shouldBlockWrite();
138 bool SubmixRoute::shouldBlockWrite() { in shouldBlockWrite() function in aidl::android::hardware::audio::core::r_submix::SubmixRoute