/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.cpp | 197 .blend_mode = IComposerClient::BlendMode::NONE, in GetFrame() 213 return Error::NONE; in GetFrame() 295 return Error::NONE; in destroyVirtualDisplay() 306 return Error::NONE; in createLayer() 316 return display_ptr->DestroyLayer(layer) ? Error::NONE : Error::BAD_LAYER; in destroyLayer() 324 return Error::NONE; in getActiveConfig() 376 return Error::NONE; in getDisplayAttribute() 385 return Error::NONE; in getDisplayConfigs() 390 return Error::NONE; in getDisplayName() 407 return Error::NONE; in getDisplayType() [all …]
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | ComposerHal.cpp | 185 if (tmpError == V2_4::Error::NONE) { in Composer() 194 if (tmpError == Error::NONE) { in Composer() 202 if (tmpError != Error::NONE) { in Composer() 295 if (error != Error::NONE) { in createVirtualDisplay() 309 if (error != Error::NONE) { in createVirtualDisplay() 331 return Error::NONE; in acceptDisplayChanges() 340 if (error != Error::NONE) { in createLayer() 362 if (error != Error::NONE) { in getActiveConfig() 377 return Error::NONE; in getChangedCompositionTypes() 388 if (error != Error::NONE) { in getColorModes() [all …]
|
D | HWC2.cpp | 111 Error error = Error::NONE; in ~Display() 128 ALOGE_IF(error != Error::NONE, "%s: Failed to %s display %" PRIu64 ": %d", __FUNCTION__, msg, in ~Display() 148 if (error != Error::NONE) { in createLayer() 155 return Error::NONE; in createLayer() 163 return Error::NONE; in destroyLayer() 174 if (error != Error::NONE) { in getActiveConfig() 190 return Error::NONE; in getActiveConfig() 213 if (error != Error::NONE) { in getDisplayVsyncPeriod() 233 if (error != Error::NONE) { in getActiveConfigIndex() 250 return Error::NONE; in getActiveConfigIndex() [all …]
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerClient.cpp | 212 return V2_1::Error::NONE; in createVirtualDisplay() 217 return V2_1::Error::NONE; in destroyVirtualDisplay() 225 return V2_1::Error::NONE; in createLayer() 231 return V2_1::Error::NONE; in destroyLayer() 250 return V2_1::Error::NONE; in getActiveConfig() 258 return V2_1::Error::NONE; in getClientTargetSupport() 264 return V2_1::Error::NONE; in getColorModes() 287 return V2_1::Error::NONE; in getDisplayConfigs() 292 return V2_1::Error::NONE; in getDisplayName() 301 return V2_1::Error::NONE; in getDisplayType() [all …]
|
D | FakeComposerService.cpp | 58 hidl_cb(V2_1::Error::NONE, mClient); in createClient() 87 hidl_cb(V2_1::Error::NONE, mClient); in createClient() 125 hidl_cb(V2_1::Error::NONE, mClient); in createClient_2_3() 172 hidl_cb(V2_4::Error::NONE, mClient); in createClient_2_4()
|
/frameworks/ml/nn/runtime/test/ |
D | TestVersionedInterfaces.cpp | 68 makeCallbackReturn(V1_0::ErrorStatus::NONE, V1_0::Capabilities{}); in create() 70 makeCallbackReturn(V1_0::ErrorStatus::NONE, V1_1::Capabilities{}); in create() 72 makeCallbackReturn(V1_0::ErrorStatus::NONE, "Google-MockV1"); in create() 73 const auto getType_ret = makeCallbackReturn(V1_0::ErrorStatus::NONE, DeviceType::OTHER); in create() 75 makeCallbackReturn(V1_0::ErrorStatus::NONE, V1_2::Capabilities{}); in create() 77 makeCallbackReturn(V1_0::ErrorStatus::NONE, hidl_vec<Extension>{}); in create() 79 V1_0::ErrorStatus::NONE, kMaxNumberOfCacheFiles, kMaxNumberOfCacheFiles); in create() 81 makeCallbackReturn(V1_3::ErrorStatus::NONE, V1_3::Capabilities{}); in create() 706 const auto ret = makeCallbackReturn(V1_0::ErrorStatus::NONE, kMaxNumberOfCacheFiles + 1, in TEST_F() 719 const auto ret = makeCallbackReturn(V1_0::ErrorStatus::NONE, kMaxNumberOfCacheFiles, in TEST_F() [all …]
|
D | TestCompilationCaching.cpp | 72 return error == ErrorStatus::NONE && numModelCache <= maxNumCacheFiles && in canDeviceBeRegistered() 168 cb(V1_3::ErrorStatus::NONE, capabilities); in getCapabilities_1_3() 176 cb(V1_3::ErrorStatus::NONE, supported); in getSupportedOperations_1_3() 201 cb->notify_1_3(V1_3::ErrorStatus::NONE, new CachingPreparedModel()); in prepareModel_1_3() 202 return V1_3::ErrorStatus::NONE; in prepareModel_1_3() 214 if (mErrorStatusPrepareFromCache == V1_3::ErrorStatus::NONE) { in prepareModelFromCache_1_3() 219 return V1_3::ErrorStatus::NONE; in prepareModelFromCache_1_3() 320 kNumDataCache, ErrorStatus::NONE); 389 sp<CachingDriver> driver = new CachingDriver(kDeviceName, ErrorStatus::NONE, kNumModelCache, in createCache() 390 kNumDataCache, ErrorStatus::NONE); in createCache() [all …]
|
D | TestExecution.cpp | 85 if (mErrorStatus == ErrorStatus::NONE) { in execute() 92 return V1_0::ErrorStatus::NONE; in execute() 100 if (mErrorStatus == ErrorStatus::NONE) { in execute_1_2() 110 return V1_0::ErrorStatus::NONE; in execute_1_2() 120 if (mErrorStatus == ErrorStatus::NONE) { in execute_1_3() 131 return V1_3::ErrorStatus::NONE; in execute_1_3() 138 if (mErrorStatus == ErrorStatus::NONE) { in executeSynchronously() 156 if (mErrorStatus == ErrorStatus::NONE) { in executeSynchronously_1_3() 175 if (mErrorStatus == ErrorStatus::NONE) { in configureExecutionBurst() 198 if (mErrorStatus == ErrorStatus::NONE) { in executeFenced() [all …]
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
D | AppStateTrackerTest.java | 303 private static final int NONE = 0; field in AppStateTrackerTest 334 areRestricted(instance, UID_1, PACKAGE_1, NONE); in testAll() 335 areRestricted(instance, UID_2, PACKAGE_2, NONE); in testAll() 336 areRestricted(instance, Process.SYSTEM_UID, PACKAGE_SYSTEM, NONE); in testAll() 338 areRestrictedWithExemption(instance, UID_1, PACKAGE_1, NONE); in testAll() 339 areRestrictedWithExemption(instance, UID_2, PACKAGE_2, NONE); in testAll() 340 areRestrictedWithExemption(instance, Process.SYSTEM_UID, PACKAGE_SYSTEM, NONE); in testAll() 349 areRestricted(instance, Process.SYSTEM_UID, PACKAGE_SYSTEM, NONE); in testAll() 351 areRestrictedWithExemption(instance, UID_1, PACKAGE_1, NONE); in testAll() 352 areRestrictedWithExemption(instance, UID_2, PACKAGE_2, NONE); in testAll() [all …]
|
/frameworks/native/libs/graphicsenv/include/graphicsenv/ |
D | GpuStatsInfo.h | 88 NONE = 0, enumerator 112 Driver glDriverToLoad = Driver::NONE; 113 Driver glDriverFallback = Driver::NONE; 114 Driver vkDriverToLoad = Driver::NONE; 115 Driver vkDriverFallback = Driver::NONE;
|
/frameworks/native/libs/ui/ |
D | Gralloc3.cpp | 121 if (error != Error::NONE) { in createDescriptor() 137 if (error != Error::NONE) { in importBuffer() 151 ALOGE_IF(error != Error::NONE, "freeBuffer(%p) failed with %d", buffer, error); in freeBuffer() 178 if (error != Error::NONE) { in getTransportSize() 187 ALOGE_IF(error != Error::NONE, "getTransportSize(%p) failed with %d", buffer, error); in getTransportSize() 211 if (error != Error::NONE) { in lock() 230 ALOGW_IF(error != Error::NONE, "lock(%p, ...) failed: %d", bufferHandle, error); in lock() 255 if (error != Error::NONE) { in lock() 262 if (error == Error::NONE) { in lock() 286 if (error != Error::NONE) { in unlock() [all …]
|
D | Gralloc2.cpp | 131 if (error != Error::NONE) { in createDescriptor() 162 if (error != Error::NONE) { in importBuffer() 177 ALOGE_IF(error != Error::NONE, "freeBuffer(%p) failed with %d", in freeBuffer() 216 if (error != Error::NONE) { in getTransportSize() 226 ALOGE_IF(error != Error::NONE, "getTransportSize(%p) failed with %d", buffer, error); in getTransportSize() 256 if (error != Error::NONE) { in lock() 270 ALOGW_IF(error != Error::NONE, "lock(%p, ...) failed: %d", bufferHandle, error); in lock() 297 if (error != Error::NONE) { in lock() 304 if (error == Error::NONE) { in lock() 330 if (error != Error::NONE) { in unlock() [all …]
|
D | Gralloc4.cpp | 130 if (error != Error::NONE) { in createDescriptor() 146 if (error != Error::NONE) { in importBuffer() 160 ALOGE_IF(error != Error::NONE, "freeBuffer(%p) failed with %d", buffer, error); in freeBuffer() 188 if (error != Error::NONE) { in getTransportSize() 197 ALOGE_IF(error != Error::NONE, "getTransportSize(%p) failed with %d", buffer, error); in getTransportSize() 252 if (error != Error::NONE) { in lock() 265 ALOGW_IF(error != Error::NONE, "lock(%p, ...) failed: %d", bufferHandle, error); in lock() 368 return static_cast<status_t>(Error::NONE); in lock() 378 if (error != Error::NONE) { in unlock() 398 if (error != Error::NONE) { in unlock() [all …]
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | OutputLayer.cpp | 355 error != hal::Error::NONE) { in writeOutputDependentGeometryStateToHWC() 364 error != hal::Error::NONE) { in writeOutputDependentGeometryStateToHWC() 373 if (auto error = hwcLayer->setZOrder(outputDependentState.z); error != hal::Error::NONE) { in writeOutputDependentGeometryStateToHWC() 383 error != hal::Error::NONE) { in writeOutputDependentGeometryStateToHWC() 393 error != hal::Error::NONE) { in writeOutputIndependentGeometryStateToHWC() 400 error != hal::Error::NONE) { in writeOutputIndependentGeometryStateToHWC() 407 error != hal::Error::NONE) { in writeOutputIndependentGeometryStateToHWC() 414 error != hal::Error::NONE) { in writeOutputIndependentGeometryStateToHWC() 427 error != hal::Error::NONE) { in writeOutputDependentPerFrameStateToHWC() 434 error != hal::Error::NONE) { in writeOutputDependentPerFrameStateToHWC() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 329 if (responseInfo.error == RadioError.NONE) { in getVoiceRegistrationStateResponse() 346 if (responseInfo.error == RadioError.NONE) { in getVoiceRegistrationStateResponse_1_2() 377 } else if (responseInfo.error == RadioError.NONE) { in getVoiceRegistrationStateResponse_1_5() 393 if (responseInfo.error == RadioError.NONE) { in getDataRegistrationStateResponse() 410 if (responseInfo.error == RadioError.NONE) { in getDataRegistrationStateResponse_1_2() 427 if (responseInfo.error == RadioError.NONE) { in getDataRegistrationStateResponse_1_4() 458 } else if (responseInfo.error == RadioError.NONE) { in getDataRegistrationStateResponse_1_5() 1417 if (responseInfo.error == RadioError.NONE) { in requestIccSimAuthenticationResponse() 1456 responseInfo.error = RadioError.NONE; in getRadioCapabilityResponse() 1458 if (responseInfo.error == RadioError.NONE) { in getRadioCapabilityResponse() [all …]
|
D | RadioConfigResponse.java | 53 if (responseInfo.error == RadioError.NONE) { in getSimSlotsStatusResponse() 79 if (responseInfo.error == RadioError.NONE) { in getSimSlotsStatusResponse_1_2() 102 if (responseInfo.error == RadioError.NONE) { in setSimSlotsMappingResponse() 144 if (responseInfo.error == RadioError.NONE) { in getPhoneCapabilityResponse() 167 if (responseInfo.error == RadioError.NONE) { in setPreferredDataModemResponse() 191 if (responseInfo.error == RadioError.NONE) { in setModemsConfigResponse() 214 if (responseInfo.error == RadioError.NONE) { in getModemsConfigResponse()
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.cpp | 97 cb(V1_0::ErrorStatus::NONE, "JUST_AN_EXAMPLE"); in getVersionString() 103 cb(V1_0::ErrorStatus::NONE, V1_2::DeviceType::CPU); in getType() 110 cb(V1_0::ErrorStatus::NONE, {/* No extensions. */}); in getSupportedExtensions() 163 cb(V1_0::ErrorStatus::NONE, /*numModelCache=*/0, /*numDataCache=*/0); in getNumberOfCacheFilesNeeded() 299 cb(ErrorStatus::NONE, std::move(sampleBuffer), tokenValue); in allocate() 329 if (validationStatus != ErrorStatus::NONE) { in copyTo() 334 return ErrorStatus::NONE; in copyTo() 347 if (validationStatus != ErrorStatus::NONE) { in copyFromInternal() 352 return ErrorStatus::NONE; in copyFromInternal() 358 if (status == ErrorStatus::NONE) { in copyFrom() [all …]
|
D | SampleDriverUtils.h | 68 return hal::ErrorStatus::NONE; 73 return hal::ErrorStatus::NONE; 84 notify(callback, hal::ErrorStatus::NONE, preparedModel); 87 return hal::ErrorStatus::NONE;
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | DisplayCutoutTest.java | 309 DisplayCutout cached = fromSpec("L1,0 L1000,1000 L0,1 z", 200, 400, 1f, Insets.NONE); in fromSpec_wontCacheIfSpecChanges() 311 fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 1f, Insets.NONE), in fromSpec_wontCacheIfSpecChanges() 317 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 2000, 400, 1f, Insets.NONE); in fromSpec_wontCacheIfScreenWidthChanges() 319 fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 1f, Insets.NONE), in fromSpec_wontCacheIfScreenWidthChanges() 325 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 200, 4000, 1f, Insets.NONE); in fromSpec_wontCacheIfScreenHeightChanges() 327 fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 1f, Insets.NONE), in fromSpec_wontCacheIfScreenHeightChanges() 333 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 2f, Insets.NONE); in fromSpec_wontCacheIfDensityChanges() 335 fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 1f, Insets.NONE), in fromSpec_wontCacheIfDensityChanges() 342 DisplayCutout cached = fromSpec("L1,0 L1,1 L0,1 z", 200, 400, 2f, Insets.NONE); in fromSpec_wontCacheIfWaterfallInsetsChange() 350 DisplayCutout cutout = fromSpec("M -50,0 v 20 h 100 v -20 z", 200, 400, 2f, Insets.NONE); in fromSpec_setsSafeInsets_top() [all …]
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
D | WifiConfigurationHelper.java | 42 private static final int NONE = 0; field in WifiConfigurationHelper 61 config.allowedKeyManagement.set(KeyMgmt.NONE); in createOpenConfig() 81 config.allowedKeyManagement.set(KeyMgmt.NONE); in createWepConfig() 129 if (phase2 == null) phase2 = WifiEnterpriseConfig.Phase2.NONE; in createEapConfig() 154 ipConfiguration.setProxySettings(ProxySettings.NONE); in createGenericConfig() 203 case NONE: in getWifiConfiguration() 261 ipConfiguration.setProxySettings(ProxySettings.NONE); in getWifiConfiguration() 278 return NONE; in getSecurityType()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
D | CameraPairwiseTest.java | 57 public enum Exposure { MIN, MAX, NONE }; enumConstant 129 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET, in testCameraPairwiseScenario01() 179 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.CLOUDY, SceneMode.AUTO, in testCameraPairwiseScenario06() 249 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.PARTY, in testCameraPairwiseScenario13() 259 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.AUTO, SceneMode.NIGHT, in testCameraPairwiseScenario14() 269 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.INCANDESCENT, SceneMode.AUTO, in testCameraPairwiseScenario15() 299 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.AUTO, SceneMode.PARTY, in testCameraPairwiseScenario18() 309 genericPairwiseTestCase(Flash.OFF, Exposure.NONE, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario19() 355 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.FLUORESCENT, in testCameraPairwiseScenario24() 414 case NONE: in genericPairwiseTestCase()
|
/frameworks/layoutlib/bridge/tests/src/android/util/imagepool/ |
D | ImagePoolHelperTest.java | 41 .NONE, maxCacheSize); in testGetBufferedImage() 61 .NONE, maxCacheSize); in testGetBufferedImageRecurse() 81 .NONE, maxCacheSize); in testRecurseThenHitCacheLimit() 103 .NONE, maxCacheSize); in testBucketHasImageToReturn()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataConnectionReasons.java | 26 private DataAllowedReasonType mDataAllowedReason = DataAllowedReasonType.NONE; 33 mDataAllowedReason = DataAllowedReasonType.NONE; in add() 139 NONE, enumConstant
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | Tracer.java | 50 NONE, enumConstant 93 private Mode mCurrentMode = Mode.NONE; 167 if (mCurrentMode == Mode.NONE) { in doTrace() 190 return mCurrentMode != Mode.NONE; in isTracingEnabled()
|
/frameworks/base/core/java/android/widget/ |
D | EditorTouchState.java | 47 @IntDef({MultiTapStatus.NONE, MultiTapStatus.FIRST_TAP, MultiTapStatus.DOUBLE_TAP, 52 int NONE = 0; field 58 private int mMultiTapStatus = MultiTapStatus.NONE; 199 mMultiTapStatus = MultiTapStatus.NONE; in update()
|