Searched defs:native_handle_create_from_fd (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h114 inline native_handle_t* native_handle_create_from_fd(int fd) { function in namespace:android::hardware::media::omx::V1_0::utils
324 *nh = native_handle_create_from_fd(l.fenceFd);
454 *nh = native_handle_create_from_fd(l.get());
/frameworks/av/media/libstagefright/bqhelper/
H A DConversion.cpp39 native_handle_t* native_handle_create_from_fd(int fd) { function in namespace:android::conversion
391 *nh = native_handle_create_from_fd(*fds);
499 native_handle_t* nh = native_handle_create_from_fd(fd);
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp57 inline native_handle_t* native_handle_create_from_fd(int fd) { function in namespace:android::hardware::graphics::bufferqueue::V1_0::utils
248 *nh = native_handle_create_from_fd(*fds);
356 native_handle_t* nh = native_handle_create_from_fd(fd);

Completed in 92 milliseconds