Home
last modified time | relevance | path

Searched refs:writeBool (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/native/services/powermanager/
DBatterySaverPolicyConfig.cpp92 ?: 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()
99 ?: parcel->writeBool(mDisableOptionalSensors) in writeToParcel()
100 ?: parcel->writeBool(mDisableVibration) in writeToParcel()
101 ?: parcel->writeBool(mEnableAdjustBrightness) in writeToParcel()
102 ?: parcel->writeBool(mEnableDataSaver) in writeToParcel()
[all …]
DPowerSaveState.cpp44 return parcel->writeBool(mBatterySaverEnabled) in writeToParcel()
45 ?: parcel->writeBool(mGlobalBatterySaverEnabled) in writeToParcel()
/frameworks/native/libs/gui/
DScreenCaptureResults.cpp25 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()
DLayerState.cpp103 SAFE_PARCEL(output.writeBool, transformToDisplayInverse); in write()
107 SAFE_PARCEL(output.writeBool, true); in write()
110 SAFE_PARCEL(output.writeBool, false); in write()
114 SAFE_PARCEL(output.writeBool, true); in write()
117 SAFE_PARCEL(output.writeBool, false); in write()
126 SAFE_PARCEL(output.writeBool, true); in write()
129 SAFE_PARCEL(output.writeBool, false); in write()
140 SAFE_PARCEL(output.writeBool, colorSpaceAgnostic); in write()
154 SAFE_PARCEL(output.writeBool, autoRefresh); in write()
174 SAFE_PARCEL(output.writeBool, isTrustedOverlay); in write()
[all …]
DITransactionCompletedListener.cpp42 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()
DLayerDebugInfo.cpp61 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()
DISurfaceComposer.cpp94 SAFE_PARCEL(data.writeBool, isAutoTimestamp); in setTransactionState()
97 SAFE_PARCEL(data.writeBool, hasListenerCallbacks); in setTransactionState()
253 status = data.writeBool(secure); in createDisplay()
422 result = data.writeBool(on); in setAutoLowLatencyMode()
446 result = data.writeBool(on); in setGameContentType()
529 result = data.writeBool(enable); in enableVSyncInjections()
671 data.writeBool(enable); in setDisplayContentSamplingEnabled()
878 result = data.writeBool(allowGroupSwitching); in setDesiredDisplayModeSpecs()
1599 reply->writeBool(result); in onTransact()
1690 reply->writeBool(result); in onTransact()
[all …]
DOccupancyTracker.cpp42 return parcel->writeBool(usedThirdBuffer); in writeToParcel()
DIProducerListener.cpp105 reply->writeBool(needsReleaseNotify()); in onTransact()
DIGraphicBufferProducer.cpp178 data.writeBool(getFrameTimestamps); in dequeueBuffer()
761 data.writeBool(autoPrerotation); in setAutoPrerotation()
1398 reply->writeBool(false); in onTransact()
1400 reply->writeBool(true); in onTransact()
1433 reply->writeBool(false); in onTransact()
1435 reply->writeBool(true); in onTransact()
/frameworks/native/libs/input/
DInputWindow.cpp105 parcel->writeBool(visible) ?: in writeToParcel()
106 parcel->writeBool(focusable) ?: in writeToParcel()
107 parcel->writeBool(hasWallpaper) ?: in writeToParcel()
108 parcel->writeBool(paused) ?: in writeToParcel()
109 parcel->writeBool(trustedOverlay) ?: in writeToParcel()
119 parcel->writeBool(replaceTouchableRegionWithCrop) ?: in writeToParcel()
/frameworks/av/media/libstagefright/include/media/stagefright/
DPersistentSurface.h53 parcel->writeBool(result); in writeToParcel()
58 parcel->writeBool(false); in writeToParcel()
/frameworks/native/libs/permission/
DIAppOpsService.cpp60 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); in onTransact()
/frameworks/native/libs/graphicsenv/
DGpuStatsInfo.cpp88 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()
/frameworks/native/libs/vr/libvr_manager/
Dvr_manager.cpp37 data.writeBool(enabled); in onVrStateChanged()
69 data.writeBool(enabled); in onPersistentVrStateChanged()
/frameworks/av/media/libmedia/
DOMXBuffer.cpp94 return parcel->writeBool(false); in writeToParcel()
96 status_t err = parcel->writeBool(true); in writeToParcel()
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_unique_fd.cpp16 status_t ret = parcel->writeBool(fence_.get() >= 0); in writeToParcel()
Dparcelable_composer_frame.cpp28 ret = parcel->writeBool(frame_.removed); in writeToParcel()
/frameworks/av/media/libaudioclient/
DAudioPolicy.cpp113 parcel->writeBool(mAllowPrivilegedMediaPlaybackCapture); in writeToParcel()
114 parcel->writeBool(mVoiceCommunicationCaptureAllowed); in writeToParcel()
/frameworks/av/camera/
DCaptureResult.cpp73 parcel->writeBool(true); in writeToParcel()
80 parcel->writeBool(false); in writeToParcel()
DCameraSessionStats.cpp384 if ((err = parcel->writeBool(mIsNdk)) != OK) { in writeToParcel()
414 if ((err = parcel->writeBool(mDeviceError)) != OK) { in writeToParcel()
/frameworks/av/media/utils/
DISchedulingPolicyService.cpp49 data.writeBool(isForApp); in requestPriority()
/frameworks/base/core/jni/
Dandroid_view_KeyCharacterMap.cpp114 parcel->writeBool(false); in nativeWriteToParcel()
117 parcel->writeBool(true); in nativeWriteToParcel()
/frameworks/av/camera/camera2/
DSessionConfiguration.cpp100 err = parcel->writeBool(mInputIsMultiResolution); in writeToParcel()
/frameworks/base/libs/androidfw/
DCursorWindow.cpp215 if (parcel->writeBool(true)) goto fail; in writeToParcel()
225 if (parcel->writeBool(false)) goto fail; in writeToParcel()

12