Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h365 static camera_memory_t* sGetMemory(int fd, size_t buf_size, uint_t num_bufs,
DCameraHardwareInterface.cpp93 camera_memory_t* mem = sGetMemory(descriptor->data[0], bufferSize, bufferCount, this); in registerMemory()
778 camera_memory_t* CameraHardwareInterface::sGetMemory( in sGetMemory() function in android::CameraHardwareInterface