/aosp12/frameworks/native/services/powermanager/ |
H A D | BatterySaverPolicyConfig.cpp | 92 ?: parcel->writeBool(mAdvertiseIsEnabled) in writeToParcel() 93 ?: parcel->writeBool(mDeferFullBackup) in writeToParcel() 94 ?: parcel->writeBool(mDeferKeyValueBackup) in writeToParcel() 96 ?: parcel->writeBool(mDisableAnimation) in writeToParcel() 97 ?: parcel->writeBool(mDisableAod) in writeToParcel() 98 ?: parcel->writeBool(mDisableLaunchBoost) in writeToParcel() 100 ?: parcel->writeBool(mDisableVibration) in writeToParcel() 102 ?: parcel->writeBool(mEnableDataSaver) in writeToParcel() 103 ?: parcel->writeBool(mEnableFirewall) in writeToParcel() 104 ?: parcel->writeBool(mEnableNightMode) in writeToParcel() [all …]
|
H A D | PowerSaveState.cpp | 44 return parcel->writeBool(mBatterySaverEnabled) in writeToParcel() 45 ?: parcel->writeBool(mGlobalBatterySaverEnabled) in writeToParcel()
|
/aosp12/system/connectivity/wificond/ |
H A D | device_wiphy_capabilities.cpp | 41 RETURN_IF_FAILED(parcel->writeBool(is80211nSupported_)); in writeToParcel() 42 RETURN_IF_FAILED(parcel->writeBool(is80211acSupported_)); in writeToParcel() 43 RETURN_IF_FAILED(parcel->writeBool(is80211axSupported_)); in writeToParcel() 44 RETURN_IF_FAILED(parcel->writeBool(is160MhzSupported_ )); in writeToParcel() 45 RETURN_IF_FAILED(parcel->writeBool(is80p80MhzSupported_)); in writeToParcel()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | ScreenCaptureResults.cpp | 25 SAFE_PARCEL(parcel->writeBool, true); in writeToParcel() 28 SAFE_PARCEL(parcel->writeBool, false); in writeToParcel() 32 SAFE_PARCEL(parcel->writeBool, true); in writeToParcel() 35 SAFE_PARCEL(parcel->writeBool, false); in writeToParcel() 38 SAFE_PARCEL(parcel->writeBool, capturedSecureLayers); in writeToParcel()
|
H A D | LayerState.cpp | 109 SAFE_PARCEL(output.writeBool, true); in write() 112 SAFE_PARCEL(output.writeBool, false); in write() 116 SAFE_PARCEL(output.writeBool, true); in write() 119 SAFE_PARCEL(output.writeBool, false); in write() 128 SAFE_PARCEL(output.writeBool, true); in write() 131 SAFE_PARCEL(output.writeBool, false); in write() 156 SAFE_PARCEL(output.writeBool, autoRefresh); in write() 176 SAFE_PARCEL(output.writeBool, isTrustedOverlay); in write() 683 SAFE_PARCEL(output.writeBool, allowProtected); in write() 684 SAFE_PARCEL(output.writeBool, grayscale); in write() [all …]
|
H A D | WindowInfo.cpp | 103 parcel->writeBool(visible) ?: in writeToParcel() 104 parcel->writeBool(focusable) ?: in writeToParcel() 105 parcel->writeBool(hasWallpaper) ?: in writeToParcel() 106 parcel->writeBool(paused) ?: in writeToParcel() 107 parcel->writeBool(trustedOverlay) ?: in writeToParcel() 117 parcel->writeBool(replaceTouchableRegionWithCrop) ?: in writeToParcel()
|
H A D | ITransactionCompletedListener.cpp | 42 err = output->writeBool(true); in writeToParcel() 47 err = output->writeBool(false); in writeToParcel() 116 SAFE_PARCEL(output->writeBool, true); in writeToParcel() 119 SAFE_PARCEL(output->writeBool, false); in writeToParcel() 166 err = output->writeBool(true); in writeToParcel() 172 err = output->writeBool(false); in writeToParcel()
|
H A D | LayerDebugInfo.cpp | 61 RETURN_ON_ERROR(parcel->writeBool(mRefreshPending)); in writeToParcel() 62 RETURN_ON_ERROR(parcel->writeBool(mIsOpaque)); in writeToParcel() 63 RETURN_ON_ERROR(parcel->writeBool(mContentDirty)); in writeToParcel()
|
H A D | ISurfaceComposer.cpp | 95 SAFE_PARCEL(data.writeBool, isAutoTimestamp); in setTransactionState() 254 status = data.writeBool(secure); in createDisplay() 434 result = data.writeBool(on); in setAutoLowLatencyMode() 458 result = data.writeBool(on); in setGameContentType() 541 result = data.writeBool(enable); in enableVSyncInjections() 683 data.writeBool(enable); in setDisplayContentSamplingEnabled() 1627 reply->writeBool(result); in onTransact() 1718 reply->writeBool(result); in onTransact() 1732 reply->writeBool(result); in onTransact() 1961 reply->writeBool(support); in onTransact() [all …]
|
/aosp12/frameworks/native/libs/permission/ |
H A D | IAppOpsService.cpp | 60 data.writeBool(shouldCollectAsyncNotedOp); in noteOperation() 62 data.writeBool(shouldCollectMessage); in noteOperation() 83 data.writeBool(startIfModeDefault); in startOperation() 84 data.writeBool(shouldCollectAsyncNotedOp); in startOperation() 86 data.writeBool(shouldCollectMessage); in startOperation() 284 reply->writeBool(shouldCollect);
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | PersistentSurface.h | 53 parcel->writeBool(result); in writeToParcel() 58 parcel->writeBool(false); in writeToParcel()
|
/aosp12/system/core/libstats/push_compat/include/ |
H A D | StatsEventCompat.h | 41 void (*writeBool)(AStatsEvent*, bool); member 58 void writeBool(bool value);
|
/aosp12/frameworks/native/libs/graphicsenv/ |
H A D | GpuStatsInfo.cpp | 88 if ((status = parcel->writeBool(cpuVulkanInUse)) != OK) return status; in writeToParcel() 89 if ((status = parcel->writeBool(falsePrerotation)) != OK) return status; in writeToParcel() 90 if ((status = parcel->writeBool(gles1InUse)) != OK) return status; in writeToParcel()
|
/aosp12/system/core/libstats/push_compat/ |
H A D | StatsEventCompat.cpp | 87 mAStatsEventApi.writeBool = in initializeApiTableLocked() 136 void StatsEventCompat::writeBool(bool value) { in writeBool() function in StatsEventCompat 138 mAStatsEventApi.writeBool(mEventR, value); in writeBool()
|
/aosp12/frameworks/native/libs/vr/libvr_manager/ |
H A D | vr_manager.cpp | 37 data.writeBool(enabled); in onVrStateChanged() 69 data.writeBool(enabled); in onPersistentVrStateChanged()
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | OMXBuffer.cpp | 94 return parcel->writeBool(false); in writeToParcel() 96 status_t err = parcel->writeBool(true); in writeToParcel()
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioPolicy.cpp | 113 parcel->writeBool(mAllowPrivilegedMediaPlaybackCapture); in writeToParcel() 114 parcel->writeBool(mVoiceCommunicationCaptureAllowed); in writeToParcel()
|
/aosp12/frameworks/av/camera/ |
H A D | CaptureResult.cpp | 73 parcel->writeBool(true); in writeToParcel() 80 parcel->writeBool(false); in writeToParcel()
|
/aosp12/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/ |
H A D | parcelable_unique_fd.cpp | 16 status_t ret = parcel->writeBool(fence_.get() >= 0); in writeToParcel()
|
/aosp12/packages/services/Car/tools/keventreader/server/ |
H A D | event.cpp | 34 parcel->writeBool(keydown); in writeToParcel()
|
/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | bluetooth_gatt_included_service.cc | 38 status = parcel->writeBool(primary_); in writeToParcel()
|
H A D | bluetooth_gatt_service.cc | 35 status = parcel->writeBool(primary_); in writeToParcel()
|
/aosp12/frameworks/av/media/utils/ |
H A D | ISchedulingPolicyService.cpp | 49 data.writeBool(isForApp); in requestPriority()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_KeyCharacterMap.cpp | 114 parcel->writeBool(false); in nativeWriteToParcel() 117 parcel->writeBool(true); in nativeWriteToParcel()
|
/aosp12/system/connectivity/wificond/scanning/ |
H A D | single_scan_settings.cpp | 43 RETURN_IF_FAILED(parcel->writeBool(enable_6ghz_rnr_)); in writeToParcel()
|