Home
last modified time | relevance | path

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

123

/aosp12/frameworks/native/services/powermanager/
H A 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()
58 ?: parcel->readBool(&mDisableVibration) in readFromParcel()
60 ?: parcel->readBool(&mEnableDataSaver) in readFromParcel()
61 ?: parcel->readBool(&mEnableFirewall) in readFromParcel()
62 ?: parcel->readBool(&mEnableNightMode) in readFromParcel()
[all …]
H A DPowerSaveState.cpp31 return parcel->readBool(&mBatterySaverEnabled) in readFromParcel()
32 ?: parcel->readBool(&mGlobalBatterySaverEnabled) in readFromParcel()
/aosp12/system/connectivity/wificond/
H A Ddevice_wiphy_capabilities.cpp52 RETURN_IF_FAILED(parcel->readBool(&is80211nSupported_)); in readFromParcel()
53 RETURN_IF_FAILED(parcel->readBool(&is80211acSupported_)); in readFromParcel()
54 RETURN_IF_FAILED(parcel->readBool(&is80211axSupported_)); in readFromParcel()
55 RETURN_IF_FAILED(parcel->readBool(&is160MhzSupported_)); in readFromParcel()
56 RETURN_IF_FAILED(parcel->readBool(&is80p80MhzSupported_)); in readFromParcel()
/aosp12/frameworks/native/libs/gui/
H A 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()
H A DWindowInfo.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()
184 parcel->readBool(&replaceTouchableRegionWithCrop); in readFromParcel()
H A DLayerState.cpp222 SAFE_PARCEL(input.readBool, &tmpBool); in read()
228 SAFE_PARCEL(input.readBool, &tmpBool); in read()
241 SAFE_PARCEL(input.readBool, &tmpBool); in read()
258 SAFE_PARCEL(input.readBool, &colorSpaceAgnostic); in read()
278 SAFE_PARCEL(input.readBool, &autoRefresh); in read()
307 SAFE_PARCEL(input.readBool, &isTrustedOverlay); in read()
643 SAFE_PARCEL(input.readBool, &syncInputWindows); in read()
695 SAFE_PARCEL(input.readBool, &captureSecureLayers); in read()
699 SAFE_PARCEL(input.readBool, &allowProtected); in read()
700 SAFE_PARCEL(input.readBool, &grayscale); in read()
[all …]
H A 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()
H A DITransactionCompletedListener.cpp72 err = input->readBool(&hasFence); in readFromParcel()
136 SAFE_PARCEL(input->readBool, &hasFence); in readFromParcel()
190 err = input->readBool(&hasFence); in readFromParcel()
H A DISurfaceComposer.cpp530 SAFE_PARCEL(reply.readBool, success); in onPullAtom()
634 status_t err = reply.readBool(&result); in getColorManagement()
739 error = reply.readBool(outSupported); in getProtectedContentSupport()
759 error = reply.readBool(outIsWideColorDisplay); in isWideColorDisplay()
967 result = reply.readBool(outAllowGroupSwitching); in getDesiredDisplayModeSpecs()
1014 error = reply.readBool(&support); in getDisplayBrightnessSupport()
1313 SAFE_PARCEL(data.readBool, &isAutoTimestamp); in onTransact()
1417 SAFE_PARCEL(data.readBool, &secure); in onTransact()
1527 result = data.readBool(&setAllm); in onTransact()
1576 status_t result = data.readBool(&enable); in onTransact()
[all …]
H A DOccupancyTracker.cpp60 return parcel->readBool(&usedThirdBuffer); in readFromParcel()
H A DIProducerListener.cpp53 err = reply.readBool(&result); in needsReleaseNotify()
/aosp12/frameworks/native/libs/permission/
H A DIAppOpsService.cpp167 return reply.readBool(); in shouldCollectNotes()
198 bool shouldCollectAsyncNotedOp = data.readBool();
200 bool shouldCollectMessage = data.readBool();
215 bool startIfModeDefault = data.readBool();
216 bool shouldCollectAsyncNotedOp = data.readBool();
218 bool shouldCollectMessage = data.readBool();
/aosp12/frameworks/native/libs/vr/libvr_manager/
H A Dvr_manager.cpp49 onVrStateChanged(data.readBool()); in onTransact()
83 onPersistentVrStateChanged(data.readBool()); in onTransact()
135 return reply.readBool(); in getVrModeState()
/aosp12/frameworks/native/libs/graphicsenv/
H A 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()
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioPolicy.cpp88 mAllowPrivilegedMediaPlaybackCapture = parcel->readBool(); in readFromParcel()
89 mVoiceCommunicationCaptureAllowed = parcel->readBool(); in readFromParcel()
/aosp12/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
H A Dparcelable_unique_fd.cpp27 status_t ret = parcel->readBool(&has_fence); in readFromParcel()
/aosp12/packages/services/Car/tools/keventreader/server/
H A Devent.cpp43 keydown = parcel->readBool(); in readFromParcel()
/aosp12/system/bt/service/common/android/bluetooth/
H A Dbluetooth_gatt_included_service.cc53 status = parcel->readBool(&primary_); in readFromParcel()
H A Dbluetooth_gatt_service.cc61 status = parcel->readBool(&primary_); in readFromParcel()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DPersistentSurface.h67 bool haveHidlTarget = parcel->readBool(); in readFromParcel()
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DRefreshRateOverlay_test.cpp55 return reply.readBool(); in isOverlayEnabled()
/aosp12/system/connectivity/wificond/scanning/
H A Dsingle_scan_settings.cpp67 RETURN_IF_FAILED(parcel->readBool(&enable_6ghz_rnr_)); in readFromParcel()
/aosp12/frameworks/av/camera/
H A DCameraSessionStats.cpp287 if ((err = parcel->readBool(&isNdk)) != OK) { in readFromParcel()
323 if ((err = parcel->readBool(&deviceError)) != OK) { in readFromParcel()
/aosp12/system/libhwbinder/include/hwbinder/
H A DParcel.h151 bool readBool() const;
152 status_t readBool(bool *pArg) const;
/aosp12/frameworks/av/camera/camera2/
H A DSessionConfiguration.cpp59 if ((err = parcel->readBool(&inputIsMultiResolution)) != OK) { in readFromParcel()

123