Searched defs:add (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/modules/camera/
H A DMetadata.cpp71 int res = add(ANDROID_CONTROL_MODE, 1, &mode);
73 ALOGE("%s: Unable to add mode to template!", __func__);
80 int res = add(ANDROID_CONTROL_CAPTURE_INTENT, 1, &intent);
82 ALOGE("%s: Unable to add capture intent to template!", __func__);
92 return add(tag, count, data);
98 return add(tag, count, data);
104 return add(tag, count, data);
110 return add(tag, count, data);
116 return add(tag, count, data);
123 return add(ta
148 int Metadata::add(uint32_t tag, int count, void *tag_data) function in class:default_camera_hal::Metadata
[all...]
/hardware/ti/omap4xxx/
H A Dheaptracker.c186 static inline void add(struct hdr *hdr, size_t size) function
355 add(hdr, size);
454 add(hdr, size);
470 add(hdr, __size);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp983 ctx->mLayerRotMap[dpy]->add(layer, *rot);
1040 ctx->mLayerRotMap[dpy]->add(layer, *rot);
1121 void LayerRotMap::add(hwc_layer_1_t* layer, Rotator *rot) { function in class:qhwc::LayerRotMap
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp947 ctx->mLayerRotMap[dpy]->add(layer, *rot);
1012 ctx->mLayerRotMap[dpy]->add(layer, *rot);
1206 void LayerRotMap::add(hwc_layer_1_t* layer, Rotator *rot) { function in class:qhwc::LayerRotMap
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_utils.cpp929 ctx->mLayerRotMap[dpy]->add(layer, *rot);
984 ctx->mLayerRotMap[dpy]->add(layer, *rot);
1065 void LayerRotMap::add(hwc_layer_1_t* layer, Rotator *rot) { function in class:qhwc::LayerRotMap

Completed in 1680 milliseconds