Home
last modified time | relevance | path

Searched defs:componentType (Results 1 – 25 of 64) sorted by relevance

123

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/native/common/ndk/
H A Dimage_native.cpp70 uint32_t componentType, OH_NativeBuffer** nativeBuffer) in OH_ImageNative_GetByteBuffer()
90 Image_ErrorCode OH_ImageNative_GetBufferSize(OH_ImageNative* image, uint32_t componentType, size_t*… in OH_ImageNative_GetBufferSize()
107 Image_ErrorCode OH_ImageNative_GetRowStride(OH_ImageNative* image, uint32_t componentType, int32_t*… in OH_ImageNative_GetRowStride()
124 Image_ErrorCode OH_ImageNative_GetPixelStride(OH_ImageNative* image, uint32_t componentType, int32_… in OH_ImageNative_GetPixelStride()
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DPackageInfoTestUtils.cpp29 ComponentType componentType, in constructPackageInfo()
42 PackageInfo constructAppPackageInfo(const char* packageName, const ComponentType componentType, in constructAppPackageInfo()
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DCommon.java76 private static boolean validateComponentState(Context context, int componentType, in validateComponentState()
118 static void notifyNetworkStateObserver(Context context, Intent intent, int componentType) { in notifyNetworkStateObserver()
126 static void notifyNetworkStateObserver(Context context, Bundle extras, int componentType) { in notifyNetworkStateObserver()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DOveruseConfigurationCache.java166 @ComponentType int componentType) { in fetchThreshold()
194 public boolean isSafeToKill(String genericPackageName, @ComponentType int componentType, in isSafeToKill()
255 private void setIoThresholdsLocked(int componentType, IoOveruseConfiguration ioConfig) { in setIoThresholdsLocked()
H A DPackageInfoHandler.java186 int componentType = ComponentType.UNKNOWN; in getComponentType() local
337 @ComponentType int componentType) { in cachePackageComponentType()
H A DWatchdogPerfHandler.java662 int componentType = mPackageInfoHandler.getComponentType( in getPackageKillableStatesForUserId() local
684 int componentType = mPackageInfoHandler.getSharedComponentType( in getPackageKillableStatesForUserId() local
1218 int userId, String genericPackageName, int componentType, boolean isSafeToKill) { in getPackageKillableStateForUserPackageLocked()
1709 @ComponentType int componentType = mPackageInfoHandler.getComponentType( in constructCarWatchdogIoOveruseStatsLocked() local
2074 toResourceSpecificConfiguration(int componentType, IoOveruseConfiguration config) { in toResourceSpecificConfiguration()
2105 static String toComponentTypeStr(int componentType) { in toComponentTypeStr()
2254 int componentType = config.getComponentType(); in checkResourceOveruseConfig() local
2263 checkIoOveruseConfig(config.getIoOveruseConfiguration(), componentType); in checkResourceOveruseConfig() local
2266 private static void checkIoOveruseConfig(IoOveruseConfiguration config, int componentType) { in checkIoOveruseConfig()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java98 int componentType = (tokens.length == 3) in unflattenFromString() local
117 int componentType = getComponentType(pendingIntent); in create() local
137 ComponentName componentName, @ComponentType int componentType) { in MediaButtonReceiverHolder()
314 private static ComponentName getComponentName(PendingIntent pendingIntent, int componentType) { in getComponentName()
/aosp12/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableArray.java49 static PrimitiveArrayFiller getPrimitiveArrayFiller(Class<?> componentType) { in getPrimitiveArrayFiller()
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A D_o_h_o_s_1_1_media_1_1_ohos_image_component.md43 ### componentType subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A D_o_h_o_s_1_1_media_1_1_ohos_image_component.md41 ### componentType subsection
/aosp12/packages/services/Car/car-lib/src/android/car/watchdog/
H A DResourceOveruseConfiguration.java167 /* package-private */ ResourceOveruseConfiguration( in ResourceOveruseConfiguration()
294 int componentType = in.readInt(); in ResourceOveruseConfiguration() local
381 public Builder( in Builder()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/
H A Dnative_module.cpp30 napi_value componentType = nullptr; in AppControlExport() local
/ohos5.0/base/update/updater/test/unittest/updater_binary/
H A Dupdater_binary_unittest.cpp136 uint8_t componentType = 22; in CreatePackageBin() local
193 const std::string &scriptPath = "loadScript.us", uint8_t componentType = 0) const in BuildCompnentInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_scoring_log.cpp39 AceScoringLog::AceScoringLog(const std::string& pageName, const std::string& componentType, const s… in AceScoringLog()
/aosp12/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java204 private static final Class<?> getArrayClass(Class<?> componentType) { in getArrayClass()
214 Type componentType = getComponentType(mType); in getComponentType() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h91 ComponentType componentType; in CORE3D_BEGIN_NAMESPACE() member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Ddisposed_rule.h47 ComponentType componentType = ComponentType::UI_ABILITY; member
/aosp12/frameworks/layoutlib/bridge/src/dalvik/system/
H A DVMRuntime_Delegate.java31 /*package*/ static Object newUnpaddedArray(VMRuntime runtime, Class<?> componentType, in newUnpaddedArray()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_event_info_test.cpp358 std::string componentType = "text"; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_impl.cpp107 uint32_t ImageImpl::GetComponent(int32_t componentType, CRetComponent *ret) in GetComponent()
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_mdk.h115 int32_t componentType; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_mdk.cpp78 int32_t OH_Image_GetComponent(const ImageNative* native, int32_t componentType, in OH_Image_GetComponent()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_native_test.cpp157 uint32_t componentType = 128; variable
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_event_info_parcel.cpp84 std::string componentType; in ReadFromParcelSecondPart() local
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h163 std::string componentType; member

123