OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adf_interface_data
(Results
1 - 6
of
6
) sorted by null
/system/core/adf/libadf/
adf.c
260
bool (*filter)(struct
adf_interface_data
*data, __u32 match),
275
struct
adf_interface_data
data;
305
static bool adf_interface_type_filter(struct
adf_interface_data
*data,
319
static bool adf_interface_flags_filter(struct
adf_interface_data
*data,
345
int adf_get_interface_data(int fd, struct
adf_interface_data
*data)
381
void adf_free_interface_data(struct
adf_interface_data
*data)
/system/core/adf/libadfhwc/
adfhwc.cpp
90
adf_interface_data
data;
117
static int32_t adf_display_attribute(const
adf_interface_data
&data,
153
adf_interface_data
data;
/bionic/libc/kernel/uapi/video/
adf.h
134
struct
adf_interface_data
{
struct
172
#define ADF_GET_INTERFACE_DATA _IOR(ADF_IOCTL_TYPE, 5, struct
adf_interface_data
)
/external/kernel-headers/original/uapi/video/
adf.h
256
struct
adf_interface_data
{
struct
308
struct
adf_interface_data
)
/system/core/adf/libadf/include/adf/
adf.h
135
int adf_get_interface_data(int fd, struct
adf_interface_data
*data);
139
void adf_free_interface_data(struct
adf_interface_data
*data);
/bootable/recovery/minui/
graphics_adf.c
79
struct
adf_interface_data
intf_data;
Completed in 90 milliseconds