Home
last modified time | relevance | path

Searched refs:takeInflightBufferMap (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DBufferUtils.h92 void takeInflightBufferMap(BufferRecords& other);
H A DBufferUtils.cpp41 void BufferRecords::takeInflightBufferMap(BufferRecords& other) { in takeInflightBufferMap() function in android::camera3::BufferRecords
H A DCamera3Device.cpp4102 bufferRecords->takeInflightBufferMap(mBufferRecords); in switchToOffline()