Home
last modified time | relevance | path

Searched refs:readBool (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/native/services/powermanager/
DBatterySaverPolicyConfig.cpp50 ?: parcel->readBool(&mAdvertiseIsEnabled) in readFromParcel()
51 ?: parcel->readBool(&mDeferFullBackup) in readFromParcel()
52 ?: parcel->readBool(&mDeferKeyValueBackup) in readFromParcel()
54 ?: parcel->readBool(&mDisableAnimation) in readFromParcel()
55 ?: parcel->readBool(&mDisableAod) in readFromParcel()
56 ?: parcel->readBool(&mDisableLaunchBoost) in readFromParcel()
57 ?: parcel->readBool(&mDisableOptionalSensors) in readFromParcel()
58 ?: parcel->readBool(&mDisableVibration) in readFromParcel()
59 ?: parcel->readBool(&mEnableAdjustBrightness) in readFromParcel()
60 ?: parcel->readBool(&mEnableDataSaver) in readFromParcel()
[all …]
DPowerSaveState.cpp31 return parcel->readBool(&mBatterySaverEnabled) in readFromParcel()
32 ?: parcel->readBool(&mGlobalBatterySaverEnabled) in readFromParcel()
/frameworks/native/libs/gui/
DScreenCaptureResults.cpp46 SAFE_PARCEL(parcel->readBool, &hasGraphicBuffer); in readFromParcel()
53 SAFE_PARCEL(parcel->readBool, &hasFence); in readFromParcel()
59 SAFE_PARCEL(parcel->readBool, &capturedSecureLayers); in readFromParcel()
DLayerState.cpp216 SAFE_PARCEL(input.readBool, &transformToDisplayInverse); in read()
220 SAFE_PARCEL(input.readBool, &tmpBool); in read()
226 SAFE_PARCEL(input.readBool, &tmpBool); in read()
239 SAFE_PARCEL(input.readBool, &tmpBool); in read()
256 SAFE_PARCEL(input.readBool, &colorSpaceAgnostic); in read()
276 SAFE_PARCEL(input.readBool, &autoRefresh); in read()
305 SAFE_PARCEL(input.readBool, &isTrustedOverlay); in read()
633 SAFE_PARCEL(input.readBool, &syncInputWindows); in read()
685 SAFE_PARCEL(input.readBool, &captureSecureLayers); in read()
689 SAFE_PARCEL(input.readBool, &allowProtected); in read()
[all …]
DLayerDebugInfo.cpp106 RETURN_ON_ERROR(parcel->readBool(&mRefreshPending)); in readFromParcel()
107 RETURN_ON_ERROR(parcel->readBool(&mIsOpaque)); in readFromParcel()
108 RETURN_ON_ERROR(parcel->readBool(&mContentDirty)); in readFromParcel()
DITransactionCompletedListener.cpp72 err = input->readBool(&hasFence); in readFromParcel()
136 SAFE_PARCEL(input->readBool, &hasFence); in readFromParcel()
190 err = input->readBool(&hasFence); in readFromParcel()
DISurfaceComposer.cpp518 SAFE_PARCEL(reply.readBool, success); in onPullAtom()
622 status_t err = reply.readBool(&result); in getColorManagement()
727 error = reply.readBool(outSupported); in getProtectedContentSupport()
747 error = reply.readBool(outIsWideColorDisplay); in isWideColorDisplay()
955 result = reply.readBool(outAllowGroupSwitching); in getDesiredDisplayModeSpecs()
1002 error = reply.readBool(&support); in getDisplayBrightnessSupport()
1285 SAFE_PARCEL(data.readBool, &isAutoTimestamp); in onTransact()
1294 SAFE_PARCEL(data.readBool, &hasListenerCallbacks); in onTransact()
1389 SAFE_PARCEL(data.readBool, &secure); in onTransact()
1499 result = data.readBool(&setAllm); in onTransact()
[all …]
DOccupancyTracker.cpp60 return parcel->readBool(&usedThirdBuffer); in readFromParcel()
DIProducerListener.cpp53 err = reply.readBool(&result); in needsReleaseNotify()
/frameworks/native/libs/input/
DInputWindow.cpp161 parcel->readBool(&visible) ?: in readFromParcel()
162 parcel->readBool(&focusable) ?: in readFromParcel()
163 parcel->readBool(&hasWallpaper) ?: in readFromParcel()
164 parcel->readBool(&paused) ?: in readFromParcel()
165 parcel->readBool(&trustedOverlay) ?: in readFromParcel()
183 parcel->readBool(&replaceTouchableRegionWithCrop); in readFromParcel()
/frameworks/native/libs/vr/libvr_manager/
Dvr_manager.cpp49 onVrStateChanged(data.readBool()); in onTransact()
83 onPersistentVrStateChanged(data.readBool()); in onTransact()
135 return reply.readBool(); in getVrModeState()
/frameworks/native/libs/permission/
DIAppOpsService.cpp167 return reply.readBool(); in shouldCollectNotes()
198 bool shouldCollectAsyncNotedOp = data.readBool(); in onTransact()
200 bool shouldCollectMessage = data.readBool(); in onTransact()
215 bool startIfModeDefault = data.readBool(); in onTransact()
216 bool shouldCollectAsyncNotedOp = data.readBool(); in onTransact()
218 bool shouldCollectMessage = data.readBool(); in onTransact()
/frameworks/native/libs/graphicsenv/
DGpuStatsInfo.cpp101 if ((status = parcel->readBool(&cpuVulkanInUse)) != OK) return status; in readFromParcel()
102 if ((status = parcel->readBool(&falsePrerotation)) != OK) return status; in readFromParcel()
103 if ((status = parcel->readBool(&gles1InUse)) != OK) return status; in readFromParcel()
DIGpuService.cpp119 if ((status = data.readBool(&isDriverLoaded)) != OK) return status; in onTransact()
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_unique_fd.cpp27 status_t ret = parcel->readBool(&has_fence); in readFromParcel()
Dparcelable_composer_frame.cpp70 ret = parcel->readBool(&frame_.removed); in readFromParcel()
/frameworks/av/media/libaudioclient/
DAudioPolicy.cpp88 mAllowPrivilegedMediaPlaybackCapture = parcel->readBool(); in readFromParcel()
89 mVoiceCommunicationCaptureAllowed = parcel->readBool(); in readFromParcel()
/frameworks/av/media/libstagefright/include/media/stagefright/
DPersistentSurface.h67 bool haveHidlTarget = parcel->readBool(); in readFromParcel()
/frameworks/native/services/surfaceflinger/tests/
DRefreshRateOverlay_test.cpp51 return reply.readBool(); in isOverlayEnabled()
/frameworks/av/camera/camera2/
DSessionConfiguration.cpp59 if ((err = parcel->readBool(&inputIsMultiResolution)) != OK) { in readFromParcel()
/frameworks/av/camera/
DCameraSessionStats.cpp287 if ((err = parcel->readBool(&isNdk)) != OK) { in readFromParcel()
323 if ((err = parcel->readBool(&deviceError)) != OK) { in readFromParcel()
DCaptureResult.cpp42 auto physicalCameraIdPresent = parcel->readBool(); in readFromParcel()
/frameworks/av/media/libmedia/
DOMXBuffer.cpp141 status_t err = parcel->readBool(&notNull); in readFromParcel()
/frameworks/native/libs/vr/libvrflinger/tests/
Dvrflinger_test.cpp82 result = reply.readBool(&vr_flinger_active); in IsVrFlingerActive()
/frameworks/native/libs/binder/rust/tests/
Dserialization.cpp106 ASSERT_EQ(reply.readBool(), true); in TEST_F()
107 ASSERT_EQ(reply.readBool(), false); in TEST_F()

12