OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowed_attachments
(Results
1 - 3
of
3
) sorted by null
/system/core/adf/libadf/
adf.c
126
data->
allowed_attachments
=
127
malloc(sizeof(data->
allowed_attachments
[0]) *
129
if (!data->
allowed_attachments
) {
156
free(data->
allowed_attachments
);
234
if (data.
allowed_attachments
[i].overlay_engine != overlay_engine)
244
ids_ret[n] = data.
allowed_attachments
[i].interface;
471
if (data.
allowed_attachments
[i].interface != interface)
481
ids_ret[n] = data.
allowed_attachments
[i].overlay_engine;
/external/kernel-headers/original/uapi/video/
adf.h
220
* @
allowed_attachments
: list of allowed attachments
231
struct adf_attachment_config __user *
allowed_attachments
;
member in struct:adf_device_data
/bionic/libc/kernel/uapi/video/
adf.h
127
struct adf_attachment_config __user *
allowed_attachments
;
member in struct:adf_device_data
Completed in 117 milliseconds