OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:capi_manufacturer_cmd
(Results
26 - 29
of
29
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
capi.h
56
typedef struct
capi_manufacturer_cmd
{
struct
59
}
capi_manufacturer_cmd
;
typedef in typeref:struct:capi_manufacturer_cmd
61
#define
CAPI_MANUFACTURER_CMD
_IOWR('C',0x20, struct
capi_manufacturer_cmd
)
74
capi_manufacturer_cmd
cmd;
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
capi.h
56
typedef struct
capi_manufacturer_cmd
{
struct
59
}
capi_manufacturer_cmd
;
typedef in typeref:struct:capi_manufacturer_cmd
61
#define
CAPI_MANUFACTURER_CMD
_IOWR('C',0x20, struct
capi_manufacturer_cmd
)
74
capi_manufacturer_cmd
cmd;
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
capi.h
56
typedef struct
capi_manufacturer_cmd
{
struct
59
}
capi_manufacturer_cmd
;
typedef in typeref:struct:capi_manufacturer_cmd
61
#define
CAPI_MANUFACTURER_CMD
_IOWR('C',0x20, struct
capi_manufacturer_cmd
)
74
capi_manufacturer_cmd
cmd;
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
capi.h
56
typedef struct
capi_manufacturer_cmd
{
struct
59
}
capi_manufacturer_cmd
;
typedef in typeref:struct:capi_manufacturer_cmd
61
#define
CAPI_MANUFACTURER_CMD
_IOWR('C',0x20, struct
capi_manufacturer_cmd
)
74
capi_manufacturer_cmd
cmd;
Completed in 4385 milliseconds
1
2