OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_handle_create
(Results
1 - 7
of
7
) sorted by null
/system/core/include/cutils/
native_handle.h
48
*
native_handle_create
54
native_handle_t*
native_handle_create
(int numFds, int numInts);
59
* frees a native_handle_t allocated with
native_handle_create
().
/system/core/libcutils/
native_handle.c
28
native_handle_t*
native_handle_create
(int numFds, int numInts)
function
/frameworks/base/libs/ui/
GraphicBuffer.cpp
258
native_handle* h =
native_handle_create
(numFds, numInts);
/hardware/msm7k/libgralloc/
mapper.cpp
225
private_handle_t* hnd = (private_handle_t*)
native_handle_create
(
/hardware/msm7k/libgralloc-qsd8k/
mapper.cpp
341
private_handle_t* hnd = (private_handle_t*)
native_handle_create
(
/sdk/emulator/sensors/
sensors_qemu.c
137
handle =
native_handle_create
(1, 0);
/frameworks/base/libs/binder/
Parcel.cpp
995
native_handle* h =
native_handle_create
(numFds, numInts);
[
all
...]
Completed in 1488 milliseconds