Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice_1_0.h187 static camera_memory_t* sGetMemory(int fd, size_t buf_size, uint_t num_bufs, void *user);
H A DCameraDevice.cpp365 camera_memory_t* CameraDevice::sGetMemory(int fd, size_t buf_size, uint_t num_bufs, void *user) { in sGetMemory() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
678 sNotifyCb, sDataCb, sDataCbTimestamp, sGetMemory, this); in open()