Searched refs:IsStreamAllocatedLocked (Results 1 – 2 of 2) sorted by relevance
68 status_t InternalStreamManager::IsStreamAllocatedLocked(int32_t stream_id) const { in IsStreamAllocatedLocked() function in android::google_camera_hal::InternalStreamManager163 if (IsStreamAllocatedLocked(stream_id)) { in AllocateBuffersLocked()273 if (IsStreamAllocatedLocked(hal_stream.id)) { in AllocateSharedBuffers()382 if (!IsStreamAllocatedLocked(stream_id)) { in GetStreamBuffer()417 if (!IsStreamAllocatedLocked(stream_id)) { in IsPendingBufferEmpty()444 if (!IsStreamAllocatedLocked(stream_id)) { in GetMostRecentStreamBuffer()501 if (!IsStreamAllocatedLocked(stream_id)) { in ReturnZslStreamBuffers()531 if (!IsStreamAllocatedLocked(stream_id)) { in ReturnStreamBuffer()552 if (!IsStreamAllocatedLocked(stream_id)) { in ReturnFilledBuffer()575 if (!IsStreamAllocatedLocked(stream_id)) { in ReturnMetadata()
114 status_t IsStreamAllocatedLocked(int32_t stream_id) const;