Searched refs:ImportBuffer (Results 1 – 5 of 5) sorted by relevance
29 const int ret = ImportBuffer(); in ProducerBuffer()57 const int ret = ImportBuffer(); in ProducerBuffer()68 const int ret = ImportBuffer(); in ProducerBuffer()
45 int BufferHubBase::ImportBuffer() { in ImportBuffer() function in android::dvr::BufferHubBase68 if (const int ret = buffer_desc.ImportBuffer(&ion_buffer)) in ImportBuffer()
12 const int ret = ImportBuffer(); in ConsumerBuffer()
109 int ImportBuffer();
130 int ImportBuffer(IonBuffer* buffer) { return buffer_.Import(buffer); } in ImportBuffer() function