OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_tag_name
(Results
1 - 22
of
22
) sorted by null
/hardware/libhardware/modules/camera/
CameraHAL.cpp
142
static const char*
get_tag_name
(const vendor_tag_ops_t* ops, uint32_t tag)
function
158
ops->
get_tag_name
=
get_tag_name
;
/frameworks/av/camera/tests/
VendorTagDescriptorTests.cpp
88
vOps->
get_tag_name
= default_get_tag_name;
124
EXPECT_STREQ(vDesc->getTagName(tag), vOps->
get_tag_name
(vOps, tag));
/device/huawei/angler/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp
206
ops->
get_tag_name
=
get_tag_name
;
301
* FUNCTION :
get_tag_name
312
const char* QCamera3VendorTags::
get_tag_name
(
function in class:qcamera::QCamera3VendorTags
QCamera3VendorTags.h
165
static const char*
get_tag_name
(
/device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp
206
ops->
get_tag_name
=
get_tag_name
;
301
* FUNCTION :
get_tag_name
312
const char* QCamera3VendorTags::
get_tag_name
(
function in class:qcamera::QCamera3VendorTags
QCamera3VendorTags.h
165
static const char*
get_tag_name
(
/device/moto/shamu/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp
153
ops->
get_tag_name
=
get_tag_name
;
248
* FUNCTION :
get_tag_name
259
const char* QCamera3VendorTags::
get_tag_name
(
function in class:qcamera::QCamera3VendorTags
QCamera3VendorTags.h
142
static const char*
get_tag_name
(
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3VendorTags.cpp
314
ops->
get_tag_name
=
get_tag_name
;
409
* FUNCTION :
get_tag_name
420
const char* QCamera3VendorTags::
get_tag_name
(
function in class:qcamera::QCamera3VendorTags
QCamera3VendorTags.h
222
static const char*
get_tag_name
(
/system/media/camera/include/system/
camera_vendor_tags.h
79
const char *(*
get_tag_name
)(const vendor_tag_ops_t *v, uint32_t tag);
member in struct:vendor_tag_ops
/frameworks/av/camera/
VendorTagDescriptor.cpp
373
const char *tagName = vOps->
get_tag_name
(vOps, tag);
433
opsPtr->
get_tag_name
= vendor_tag_descriptor_get_tag_name;
/hardware/libhardware/tests/hardware/
struct-offset.cpp
206
CHECK_MEMBER_AT(vendor_tag_ops_t,
get_tag_name
, 12, 24);
/system/media/camera/src/
camera_metadata.c
838
return vendor_tag_ops->
get_tag_name
(
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
ChangeLog-2012
504
* dwarf.c (
get_TAG_name
): Use get_DW_TAG_name.
ChangeLog-2011
800
* dwarf.c (
get_TAG_name
): Handle DW_TAG_GNU_call_site.
dwarf.c
876
get_TAG_name
(unsigned long tag)
[
all
...]
ChangeLog-2005
[
all
...]
ChangeLog-2009
312
* dwarf.c (
get_TAG_name
): Add missing DWARF-3 and new DWARF-4 tags.
[
all
...]
ChangeLog-0203
[
all
...]
ChangeLog-9899
912
(
get_TAG_name
): New function.
[
all
...]
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
727
vOps.get_section_name == NULL || vOps.
get_tag_name
== NULL ||
[
all
...]
Completed in 436 milliseconds