Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 69) sorted by relevance

123

/device/htc/flounder/
DCleanSpec.mk46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/flounder64)
47 $(call add-clean-step, rm -rf $(OUT_DIR)/buildcache/aosp_flounder64)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/flounder)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/buildcache/aosp_flounder)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/flounder)
51 $(call add-clean-step, rm -rf $(OUT_DIR)/buildcache/aosp_flounder)
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/flounder)
53 $(call add-clean-step, rm -rf $(OUT_DIR)/buildcache/aosp_flounder)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/flounder_lte)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libc_*)
[all …]
/device/lge/bullhead/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
55 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
56 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
[all …]
/device/huawei/angler/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/angler/system/build.prop)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/ETC/system_build_prop_intermediates/build.prop)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/ETC/system_build_prop_intermediates/build.prop)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
54 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
[all …]
/device/moto/shamu/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libc_*)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libc_*)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libart_*)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libartd_*)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libart_*)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libartd_*)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
[all …]
/device/google/dragon/audio/hal/
Dutlist.h64 #define LL_PREPEND(head, add) \ argument
66 (add)->next = head; \
67 head = add; \
82 #define LL_APPEND(head, add) \ argument
85 (add)->next = NULL; \
90 _tmp->next = (add); \
92 (head) = (add); \
143 #define DL_PREPEND(head, add) \ argument
145 (add)->next = head; \
147 (add)->prev = (head)->prev; \
[all …]
/device/google/dragon/
DCleanSpec.mk46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/tablet_core_hardware.xml)
47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/dragon_features.xml)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.raw.xml)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.location.gps.x…
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.full.xm…
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/permissions/android.hardware.camera.manual_…
/device/sample/sdk_addon/
Dmanifest.ini4 # Name and vendor of the add-on.
6 # 2 add-ons with the same identifier cannot be installed in the same SDK
7 # and only the add-on with the highest rev number will be installed.
13 description=sample add-on
15 # version of the Android platform on which this add-on is built.
18 # revision of the add-on. This must be a strict integer.
31 # the add-on folder in libs/
34 # default skin name. Optional. Only useful if the add-on has its own skin, or
36 # This should be the name of the skin in the skins/ folder of the add-on.
41 # of USB Vendor IDs it knows. After installing an add-on the command
Dhardware.ini1 # Custom hardware options for the add-on.
2 # Properties defined here impact all AVD targetting this add-on.
/device/generic/goldfish/camera/
DEmulatedFakeCamera3.cpp1024 mCapabilities.add(static_cast<AvailableCapabilities>(i)); in getCameraCapabilities()
1036 mCapabilities.add(FULL_LEVEL); in getCameraCapabilities()
1037 mCapabilities.add(RAW); in getCameraCapabilities()
1042 mCapabilities.add(BURST_CAPTURE); in getCameraCapabilities()
1043 mCapabilities.add(READ_SENSOR_SETTINGS); in getCameraCapabilities()
1044 mCapabilities.add(MANUAL_SENSOR); in getCameraCapabilities()
1045 mCapabilities.add(MANUAL_POST_PROCESSING); in getCameraCapabilities()
1058 mCapabilities.add(BACKWARD_COMPATIBLE); in getCameraCapabilities()
1081 availableCharacteristicsKeys.add(name); \ in constructStaticInfo()
1678 caps.add(ANDROID_REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE); in constructStaticInfo()
[all …]
/device/moto/shamu/sepolicy/
Dsystem_app.te3 allow system_app atfwd_service:service_manager add;
5 allow system_app cne_service:service_manager add;
/device/lge/bullhead/sepolicy/
Dsystem_app.te2 allow system_app atfwd_service:service_manager add;
5 allow system_app cne_service:service_manager add;
/device/huawei/angler/sepolicy/
Dsystem_app.te7 allow system_app atfwd_service:service_manager add;
8 allow system_app cne_service:service_manager add;
Dperipheral_manager.te14 allow per_mgr per_mgr_service:service_manager add;
Dims.te14 allow ims ims_service:service_manager add;
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DBaseActivity.java27 menu.add("Simulate"); in onCreateOptionsMenu()
28 menu.add("Quit"); in onCreateOptionsMenu()
/device/asus/fugu/libaudio/
DAudioStreamOut.cpp305 param.add(keySupSampleRates, value); in getParameters()
307 param.add(keySupSampleRates, String8("48000")); in getParameters()
314 param.add(keySupFormats, value); in getParameters()
316 param.add(keySupFormats, String8("AUDIO_FORMAT_PCM_16_BIT|AUDIO_FORMAT_PCM_8_24_BIT")); in getParameters()
323 param.add(keySupChannels, value); in getParameters()
325 param.add(keySupChannels, String8("AUDIO_CHANNEL_OUT_STEREO")); in getParameters()
/device/sample/
DREADME.txt1 To build the add-on:
/device/huawei/angler/camera/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
/device/lge/bullhead/camera/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
/device/moto/shamu/camera/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
DCleanSpec.mk50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/SHARED_LIBRARIES/libGLES_emul_intermedia…
/device/generic/qemu/
Dranchu_arm64.mk31 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
/device/generic/goldfish/
Dinit.goldfish.sh5 route add default gw 10.0.2.2 dev eth0
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.cpp258 m_buffers.add(bufferId, new BufferData(size, data)); in addBufferData()
269 m_buffers.add(bufferId, new BufferData(size, data)); in updateBufferData()
304 m_programs.add(program,new ProgramData()); in addProgramData()
458 if (m_shaders.add(shader, data) < 0) { in addShaderData()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.cpp3808 mPendingBatchMap.add(frameNumber, mFirstFrameNumberInBatch); in processCaptureRequest()
4910 roi_map.add(crop_data->crop_info[i].roi_map.left); in translateFromHalMetadata()
4911 roi_map.add(crop_data->crop_info[i].roi_map.top); in translateFromHalMetadata()
4912 roi_map.add(crop_data->crop_info[i].roi_map.width); in translateFromHalMetadata()
4913 roi_map.add(crop_data->crop_info[i].roi_map.height); in translateFromHalMetadata()
5806 available_stream_configs.add(scalar_format); in addStreamConfig()
5807 available_stream_configs.add(dim.width); in addStreamConfig()
5808 available_stream_configs.add(dim.height); in addStreamConfig()
5809 available_stream_configs.add(config_type); in addStreamConfig()
6002 availableVstabModes.add(ANDROID_CONTROL_VIDEO_STABILIZATION_MODE_OFF); in initStaticMetadata()
[all …]

123