/frameworks/native/services/powermanager/ |
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() 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 …]
|
D | PowerSaveState.cpp | 44 return parcel->writeBool(mBatterySaverEnabled) in writeToParcel() 45 ?: parcel->writeBool(mGlobalBatterySaverEnabled) in writeToParcel()
|
/frameworks/native/libs/gui/ |
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()
|
D | LayerState.cpp | 103 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 …]
|
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()
|
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()
|
D | ISurfaceComposer.cpp | 94 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 …]
|
D | OccupancyTracker.cpp | 42 return parcel->writeBool(usedThirdBuffer); in writeToParcel()
|
D | IProducerListener.cpp | 105 reply->writeBool(needsReleaseNotify()); in onTransact()
|
D | IGraphicBufferProducer.cpp | 178 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/ |
D | InputWindow.cpp | 105 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/ |
D | PersistentSurface.h | 53 parcel->writeBool(result); in writeToParcel() 58 parcel->writeBool(false); in writeToParcel()
|
/frameworks/native/libs/permission/ |
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); in onTransact()
|
/frameworks/native/libs/graphicsenv/ |
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()
|
/frameworks/native/libs/vr/libvr_manager/ |
D | vr_manager.cpp | 37 data.writeBool(enabled); in onVrStateChanged() 69 data.writeBool(enabled); in onPersistentVrStateChanged()
|
/frameworks/av/media/libmedia/ |
D | OMXBuffer.cpp | 94 return parcel->writeBool(false); in writeToParcel() 96 status_t err = parcel->writeBool(true); in writeToParcel()
|
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/ |
D | parcelable_unique_fd.cpp | 16 status_t ret = parcel->writeBool(fence_.get() >= 0); in writeToParcel()
|
D | parcelable_composer_frame.cpp | 28 ret = parcel->writeBool(frame_.removed); in writeToParcel()
|
/frameworks/av/media/libaudioclient/ |
D | AudioPolicy.cpp | 113 parcel->writeBool(mAllowPrivilegedMediaPlaybackCapture); in writeToParcel() 114 parcel->writeBool(mVoiceCommunicationCaptureAllowed); in writeToParcel()
|
/frameworks/av/camera/ |
D | CaptureResult.cpp | 73 parcel->writeBool(true); in writeToParcel() 80 parcel->writeBool(false); in writeToParcel()
|
D | CameraSessionStats.cpp | 384 if ((err = parcel->writeBool(mIsNdk)) != OK) { in writeToParcel() 414 if ((err = parcel->writeBool(mDeviceError)) != OK) { in writeToParcel()
|
/frameworks/av/media/utils/ |
D | ISchedulingPolicyService.cpp | 49 data.writeBool(isForApp); in requestPriority()
|
/frameworks/base/core/jni/ |
D | android_view_KeyCharacterMap.cpp | 114 parcel->writeBool(false); in nativeWriteToParcel() 117 parcel->writeBool(true); in nativeWriteToParcel()
|
/frameworks/av/camera/camera2/ |
D | SessionConfiguration.cpp | 100 err = parcel->writeBool(mInputIsMultiResolution); in writeToParcel()
|
/frameworks/base/libs/androidfw/ |
D | CursorWindow.cpp | 215 if (parcel->writeBool(true)) goto fail; in writeToParcel() 225 if (parcel->writeBool(false)) goto fail; in writeToParcel()
|