Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/frameworks/base/
DCleanSpec.mk46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s…
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s…
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s…
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s…
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s…
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s…
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s…
53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/FrameworkTest_intermediates/)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.policy*)
56 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
[all …]
/frameworks/opt/telephony/
DCleanSpec.mk41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed…
42 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed…
43 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed…
44 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed…
45 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed…
46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed…
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed…
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed…
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed…
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed…
[all …]
DAndroid.mk28 LOCAL_JAVA_LIBRARIES := voip-common ims-common services bouncycastle
33 LOCAL_MODULE := telephony-common
/frameworks/native/libs/nativebase/include/nativebase/
Dnativebase.h70 common.magic = ANDROID_NATIVE_BUFFER_MAGIC; in ANativeWindowBuffer()
71 common.version = sizeof(ANativeWindowBuffer); in ANativeWindowBuffer()
72 memset(common.reserved, 0, sizeof(common.reserved)); in ANativeWindowBuffer()
78 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()
81 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
85 struct android_native_base_t common; member
/frameworks/support/app-toolkit/
Dsettings.gradle33 include ':arch:common'
34 project(':arch:common').projectDir = new File(supportRoot, "app-toolkit/common")
36 include ':paging:common'
37 project(':paging:common').projectDir = new File(supportRoot, "paging/common")
57 include ':lifecycle:common'
58 project(':lifecycle:common').projectDir = new File(supportRoot, "lifecycle/common")
60 include ':lifecycle:common-java8'
61 project(':lifecycle:common-java8').projectDir = new File(supportRoot, "lifecycle/common-java8")
69 include ':room:common'
70 project(':room:common').projectDir = new File(supportRoot, "room/common")
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.h51 const hardware::hidl_vec<hardware::camera::common::V1_0::VendorTagSection>& vts,
106 hardware::camera::common::V1_0::CameraDeviceStatus newStatus) = 0;
108 hardware::camera::common::V1_0::TorchModeStatus newStatus) = 0;
155 hardware::camera::common::V1_0::CameraResourceCost* cost) const;
225 static status_t mapToStatusT(const hardware::camera::common::V1_0::Status& s);
226 static const char* statusToString(const hardware::camera::common::V1_0::Status& s);
264 hardware::camera::common::V1_0::CameraDeviceStatus initialStatus =
265 hardware::camera::common::V1_0::CameraDeviceStatus::PRESENT,
273 hardware::camera::common::V1_0::CameraDeviceStatus newStatus) override;
276 hardware::camera::common::V1_0::TorchModeStatus newStatus) override;
[all …]
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java19 import com.android.ide.common.rendering.api.HardwareConfig;
20 import com.android.ide.common.resources.configuration.CountryCodeQualifier;
21 import com.android.ide.common.resources.configuration.DensityQualifier;
22 import com.android.ide.common.resources.configuration.FolderConfiguration;
23 import com.android.ide.common.resources.configuration.KeyboardStateQualifier;
24 import com.android.ide.common.resources.configuration.LayoutDirectionQualifier;
25 import com.android.ide.common.resources.configuration.LocaleQualifier;
26 import com.android.ide.common.resources.configuration.NavigationMethodQualifier;
27 import com.android.ide.common.resources.configuration.NetworkCodeQualifier;
28 import com.android.ide.common.resources.configuration.NightModeQualifier;
[all …]
DLayoutLibTestCallback.java20 import com.android.ide.common.rendering.api.ActionBarCallback;
21 import com.android.ide.common.rendering.api.AdapterBinding;
22 import com.android.ide.common.rendering.api.ILayoutPullParser;
23 import com.android.ide.common.rendering.api.LayoutlibCallback;
24 import com.android.ide.common.rendering.api.ParserFactory;
25 import com.android.ide.common.rendering.api.ResourceReference;
26 import com.android.ide.common.rendering.api.ResourceValue;
27 import com.android.ide.common.rendering.api.SessionParams.Key;
28 import com.android.ide.common.resources.IntArrayWrapper;
/frameworks/av/services/camera/libcameraservice/tests/
DCameraProviderManagerTest.cpp30 using android::hardware::camera::common::V1_0::Status;
31 using android::hardware::camera::common::V1_0::VendorTag;
32 using android::hardware::camera::common::V1_0::VendorTagSection;
33 using android::hardware::camera::common::V1_0::CameraMetadataType;
45 hardware::camera::common::V1_0::Status status,
46 const hardware::camera::common::V1_0::CameraResourceCost& resourceCost)>;
49 hardware::camera::common::V1_0::CameraResourceCost resourceCost = {100, in getResourceCost()
56 hardware::camera::common::V1_0::Status status,
65 hardware::Return<hardware::camera::common::V1_0::Status> setTorchMode( in setTorchMode()
66 ::android::hardware::camera::common::V1_0::TorchMode) override { in setTorchMode()
[all …]
/frameworks/rs/
DCleanSpec.mk46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp)
47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/renderscript/)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/renderscript)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/*/src/renderscript)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp)
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/*/src/RenderScript.stamp)
/frameworks/layoutlib/legacy/src/com/android/layoutlib/bridge/
DBridge.java17 package com.android.layoutlib.bridge;import com.android.ide.common.rendering.api.RenderSession;
18 import com.android.ide.common.rendering.api.Result;
19 import com.android.ide.common.rendering.api.Result.Status;
20 import com.android.ide.common.rendering.api.SessionParams;
28 public final class Bridge extends com.android.ide.common.rendering.api.Bridge {
/frameworks/compile/mclinker/include/mcld/LD/
DDiagSymbolResolutions.inc19 "common symbol %0 is overridden by previous definition",
20 "common symbol %0 is overridden by previous definition")
23 "common symbol %0 is overridden by definition",
24 "common symbol %0 is overriden by definition")
27 "indirect symbol %0 points to a common symbol",
28 "indirect symbol %0 points to a common symbol")
/frameworks/av/services/camera/libcameraservice/
DAndroid.mk28 common/Camera2ClientBase.cpp \
29 common/CameraDeviceBase.cpp \
30 common/CameraProviderManager.cpp \
31 common/FrameProcessorBase.cpp \
77 android.hardware.camera.common@1.0 \
/frameworks/opt/net/ims/
DCleanSpec.mk41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/ims_intermediates)
42 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/ims_intermediates)
43 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/ims_intermediates)
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h317 common.magic = ANDROID_NATIVE_WINDOW_MAGIC; in ANativeWindow()
318 common.version = sizeof(ANativeWindow); in ANativeWindow()
319 memset(common.reserved, 0, sizeof(common.reserved)); in ANativeWindow()
325 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()
328 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
332 struct android_native_base_t common; member
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h403 hardware::Return<hardware::camera::common::V1_0::Status>
405 hardware::Return<hardware::camera::common::V1_0::Status>
407 hardware::Return<hardware::camera::common::V1_0::Status>
409 hardware::Return<hardware::camera::common::V1_0::Status>
411 hardware::graphics::common::V1_0::PixelFormat format) override;
412 hardware::Return<hardware::camera::common::V1_0::Status>
414 hardware::Return<hardware::camera::common::V1_0::Status>
415 setUsage(hardware::graphics::common::V1_0::BufferUsage usage) override;
416 hardware::Return<hardware::camera::common::V1_0::Status>
420 hardware::Return<hardware::camera::common::V1_0::Status>
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java19 import com.android.ide.common.rendering.api.HardwareConfig;
20 import com.android.ide.common.rendering.api.LayoutLog;
21 import com.android.ide.common.rendering.api.RenderParams;
22 import com.android.ide.common.rendering.api.RenderResources;
23 import com.android.ide.common.rendering.api.RenderResources.FrameworkResourceIdProvider;
24 import com.android.ide.common.rendering.api.Result;
49 import static com.android.ide.common.rendering.api.Result.Status.ERROR_LOCK_INTERRUPTED;
50 import static com.android.ide.common.rendering.api.Result.Status.ERROR_TIMEOUT;
51 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
DPlayAnimationThread.java19 import com.android.ide.common.rendering.api.IAnimationListener;
20 import com.android.ide.common.rendering.api.Result;
21 import com.android.ide.common.rendering.api.Result.Status;
/frameworks/av/services/soundtrigger/
DSoundTriggerHalLegacy.cpp55 if (mHwDevice->common.version < SOUND_TRIGGER_DEVICE_API_VERSION_1_0 || in onFirstRef()
56 mHwDevice->common.version > SOUND_TRIGGER_DEVICE_API_VERSION_CURRENT) { in onFirstRef()
57 ALOGE("wrong sound trigger hw device version %04x", mHwDevice->common.version); in onFirstRef()
120 if (mHwDevice->common.version >= SOUND_TRIGGER_DEVICE_API_VERSION_1_1 && in stopAllRecognitions()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DRenderParamsFlags.java19 import com.android.ide.common.rendering.api.LayoutlibCallback;
20 import com.android.ide.common.rendering.api.RenderParams;
21 import com.android.ide.common.rendering.api.SessionParams.Key;
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DBridgeActionBar.java19 import com.android.ide.common.rendering.api.ActionBarCallback;
20 import com.android.ide.common.rendering.api.ActionBarCallback.HomeButtonStyle;
21 import com.android.ide.common.rendering.api.RenderResources;
22 import com.android.ide.common.rendering.api.ResourceValue;
23 import com.android.ide.common.rendering.api.SessionParams;
DAppCompatActionBar.java19 import com.android.ide.common.rendering.api.LayoutLog;
20 import com.android.ide.common.rendering.api.LayoutlibCallback;
21 import com.android.ide.common.rendering.api.RenderResources;
22 import com.android.ide.common.rendering.api.ResourceValue;
23 import com.android.ide.common.rendering.api.SessionParams;
24 import com.android.ide.common.rendering.api.StyleResourceValue;
/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
DIOptionsService.aidl21 import com.android.ims.internal.uce.common.CapInfo;
22 import com.android.ims.internal.uce.common.StatusCode;
23 import com.android.ims.internal.uce.common.UceLong;
/frameworks/layoutlib/bridge/src/android/animation/
DAnimationThread.java19 import com.android.ide.common.rendering.api.IAnimationListener;
20 import com.android.ide.common.rendering.api.RenderSession;
21 import com.android.ide.common.rendering.api.Result;
22 import com.android.ide.common.rendering.api.Result.Status;
/frameworks/support/room/integration-tests/testapp/
Dbuild.gradle50 compile project(":room:common")
55 compile project(':arch:common')
56 compile project(':paging:common')
59 compile project(':lifecycle:common')
70 androidTestCompile project(':lifecycle:common')

12345678910>>...25