Searched refs:add (Results 1 - 25 of 86) sorted by relevance

1234

/hardware/interfaces/audio/common/2.0/default/
H A DEffectMap.cpp34 uint64_t EffectMap::add(effect_handle_t handle) { function in class:android::EffectMap
37 mEffects.add(newId, handle);
H A DEffectMap.h33 uint64_t add(effect_handle_t handle);
/hardware/qcom/gps/loc_api/
H A DAndroid.mk5 # add RPC dirs if RPC is available
/hardware/qcom/gps/msm8084/loc_api/
H A DAndroid.mk5 # add RPC dirs if RPC is available
/hardware/qcom/gps/msm8909/loc_api/
H A DAndroid.mk5 # add RPC dirs if RPC is available
/hardware/qcom/gps/msm8994/loc_api/
H A DAndroid.mk5 # add RPC dirs if RPC is available
/hardware/qcom/gps/msm8996/loc_api/
H A DAndroid.mk5 # add RPC dirs if RPC is available
/hardware/libhardware/modules/camera/3_0/
H A DMetadata.cpp69 return add(tag, count, data);
80 return add(tag, count, data);
86 return add(tag, count, data);
92 return add(tag, count, data);
98 return add(tag, count, data);
105 return add(tag, count, data);
130 int Metadata::add(uint32_t tag, int count, const void *tag_data) function in class:default_camera_hal::Metadata
147 // Opportunistically attempt to add if metadata exists and has room for it
169 ALOGE("%s: Failed to add new entry (%d, %p, %d) to metadata %p",
H A DMetadata.h33 // Parse and add an entry. Allocates and copies new storage for *data.
44 // This is not a durable handle, and may be destroyed by add*/init
55 int add(uint32_t tag, int count, const void *tag_data);
/hardware/libhardware/modules/usbcamera/
H A DMetadata.cpp63 return add(tag, count, data);
72 return add(tag, count, data);
77 return add(tag, count, data);
82 return add(tag, count, data);
87 return add(tag, count, data);
93 return add(tag, count, data);
117 int Metadata::add(uint32_t tag, int count, const void *tag_data) { function in class:usb_camera_hal::Metadata
118 // Opportunistically attempt to add if metadata has room for it
147 ALOGE("%s: Failed to add new entry (%d, %p, %d) to metadata %p",
H A DMetadata.h33 // Parse and add an entry. Allocates and copies new storage for *data.
44 // This is not a durable handle, and may be destroyed by add*/init
55 int add(uint32_t tag, int count, const void *tag_data);
/hardware/intel/common/utils/media_resource_manager/arbitrator/
H A DMediaResourceArbitrator.cpp355 mCodecNameTypeMap.add("CODEC_TYPE_AVC", CODEC_TYPE_AVC);
356 mCodecNameTypeMap.add("CODEC_TYPE_HEVC", CODEC_TYPE_HEVC);
357 mCodecNameTypeMap.add("CODEC_TYPE_VP8", CODEC_TYPE_VP8);
358 mCodecNameTypeMap.add("CODEC_TYPE_VP9", CODEC_TYPE_VP9);
359 mCodecNameTypeMap.add("CODEC_TYPE_MPEG4", CODEC_TYPE_MPEG4);
360 mCodecNameTypeMap.add("CODEC_TYPE_MPEG2", CODEC_TYPE_MPEG2);
361 mCodecNameTypeMap.add("CODEC_TYPE_H263", CODEC_TYPE_H263);
362 mCodecNameTypeMap.add("CODEC_TYPE_VC1", CODEC_TYPE_VC1);
363 mCodecNameTypeMap.add("CODEC_TYPE_WMV", CODEC_TYPE_WMV);
370 mResolutionNameTypeMap.add("48
[all...]
/hardware/intel/bootstub/
H A Dbootstub.spec38 - add SPI controller selection flag
43 - add sub arch parameter
45 - add SPI uart suppression flag
49 - add SPI uart support
/hardware/interfaces/audio/2.0/default/
H A DParametersUtil.cpp115 param.add(String8(name), String8(value ? AudioParameter::valueOn
128 param.add(String8(name), String8(value));
136 params.add(String8(parameters[i].key.c_str()),
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
H A DThermalCoolingDevice.java174 mZoneIdList.add(zoneId);
175 mZoneStateList.add(state);
H A DThermalService.java235 // add the dummy value for TOFF now. update it once meta tag parsed
236 tempList.add(0);
241 tempList.add(Integer.parseInt(mParser.nextText()));
257 // now we have reached end of meta tag add this temp list to appropriate list
260 // add TOFF
262 // add TCRITICAL
263 tempList.add(tempList.get(tempList.size() - 1));
267 // add TCRITICAL
268 tempList.add(tempList.get(tempList.size() - 1));
273 // add TOF
[all...]
/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp72 mReverseMapping.add(src.mReverseMapping.keyAt(i), nameMapper);
237 desc->mTagToNameMap.add(tag, String8(tagName));
246 sections.add(sectionString);
247 tagToSectionMap.add(tag, sectionString);
254 desc->mTagToTypeMap.add(tag, tagType);
266 desc->mTagToSectionMap.add(tag, static_cast<uint32_t>(index));
272 reverseIndex = desc->mReverseMapping.add(sectionString, nameMapper);
274 desc->mReverseMapping[reverseIndex]->add(desc->mTagToNameMap.valueFor(tag), tag);
H A DCameraModule.cpp124 highSpeedConfig.add(entry.data.i32[i]); // width
125 highSpeedConfig.add(entry.data.i32[i + 1]); // height
126 highSpeedConfig.add(entry.data.i32[i + 2]); // fps_min
127 highSpeedConfig.add(entry.data.i32[i + 3]); // fps_max
128 highSpeedConfig.add(1); // batchSize_max. default to 1 for HAL3.2
197 // Always add a default for the pre-correction active array if the vendor chooses to omit this
313 index = mCameraInfoMap.add(cameraId, cameraInfo);
333 index = mDeviceVersionMap.add(cameraId, deviceVersion);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dvidc_vendor_extensions.h203 void add(const VendorExtension& _e) { function in struct:VendorExtensionStore
219 // Macros to help add extensions
221 store.add(VendorExtension((OMX_INDEXTYPE)_extIndex, _name, _dir, { \
/hardware/intel/img/hwcomposer/merrifield/common/buffers/
H A DBufferCache.cpp43 // add mapper
44 index = mBufferPool.add(handle, mapper);
46 ETRACE("failed to add mapper. err = %d", (int)index);
75 // don't add ETRACE here as this condition will happen frequently
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
H A DBufferCache.cpp43 // add mapper
44 index = mBufferPool.add(handle, mapper);
46 ELOGTRACE("failed to add mapper. err = %d", index);
75 // don't add ELOGTRACE here as this condition will happen frequently
/hardware/interfaces/audio/effect/2.0/default/
H A DAudioBufferManager.cpp43 mBuffers.add(buffer.id, *wrapper);
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropConfigIndex.h60 add(config.prop, &config);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/
H A DAndroid.mk90 libmm-vdec-add-dep := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
114 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)
149 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)
189 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/
H A DAndroid.mk74 libmm-venc-add-dep := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
88 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-venc-add-dep)
118 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-venc-add-dep)
145 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-venc-add-dep)

Completed in 548 milliseconds

1234