OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vendor_tag_ops
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/include/hardware/
camera_common.h
260
typedef struct
vendor_tag_ops
vendor_tag_ops_t;
261
struct
vendor_tag_ops
{
struct
/system/media/camera/src/
camera_metadata.c
393
// TODO: fix
vendor_tag_ops
across processes so we don't need to special
764
static const vendor_tag_query_ops_t *
vendor_tag_ops
= NULL;
variable
768
if (tag_section >= VENDOR_SECTION &&
vendor_tag_ops
!= NULL) {
769
return
vendor_tag_ops
->get_camera_vendor_section_name(
770
vendor_tag_ops
,
781
if (tag_section >= VENDOR_SECTION &&
vendor_tag_ops
!= NULL) {
782
return
vendor_tag_ops
->get_camera_vendor_tag_name(
783
vendor_tag_ops
,
796
if (tag_section >= VENDOR_SECTION &&
vendor_tag_ops
!= NULL) {
797
return
vendor_tag_ops
->get_camera_vendor_tag_type
[
all
...]
Completed in 1033 milliseconds