OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flattenfence
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.cpp
273
inline status_t
flattenFence
(hidl_handle const& fence,
384
if (
flattenFence
(hidl_handle(nh), buffer, size, fds, numFds) != NO_ERROR) {
638
return
flattenFence
(hidl_handle(*nh), buffer, size, fds, numFds);
[
all
...]
/frameworks/av/media/libstagefright/bqhelper/
Conversion.cpp
416
status_t
flattenFence
(hidl_handle const& fence,
527
if (
flattenFence
(hidl_handle(nh), buffer, size, fds, numFds) != NO_ERROR) {
609
return
flattenFence
(t.fence, buffer, size, fds, numFds);
[
all
...]
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
Conversion.h
343
status_t
flattenFence
(hidl_handle const& fence,
Completed in 1186 milliseconds