Home
last modified time | relevance | path

Searched refs:mIsShared (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/av/camera/include/camera/camera2/
H A DOutputConfiguration.h88 mIsShared == other.mIsShared &&
117 if (mIsShared != other.mIsShared) {
118 return mIsShared < other.mIsShared;
149 bool mIsShared; variable
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java248 if (mIsShared) { in setMultiResolutionOutput()
318 mIsShared = false; in OutputConfiguration()
415 mIsShared = false; in OutputConfiguration()
467 mIsShared = true; in enableSurfaceSharing()
641 if (mSurfaces.size() == 1 && !mIsShared) { in addSurface()
717 this.mIsShared = other.mIsShared; in OutputConfiguration()
746 mIsShared = isShared; in OutputConfiguration()
872 dest.writeInt(mIsShared ? 1 : 0); in writeToParcel()
903 mIsShared != other.mIsShared || in equals()
940 mSurfaceGroupId, mSurfaceType, mIsShared ? 1 : 0, in hashCode()
[all …]
/aosp12/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp64 return mIsShared; in isShared()
86 mIsShared(false), in OutputConfiguration()
174 mIsShared = isShared != 0; in readFromParcel()
199 mIsShared = isShared; in OutputConfiguration()
209 mWidth(width), mHeight(height), mIsDeferred(false), mIsShared(isShared), in OutputConfiguration()
235 err = parcel->writeInt32(mIsShared ? 1 : 0); in writeToParcel()
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraCaptureSessionVendor.h23 mWindow(window), mIsShared(isShared), mPhysicalCameraId(physicalCameraId) {};
43 bool mIsShared; member
H A DACameraDevice.cpp283 if (!output->mIsShared) { in updateOutputConfigurationLocked()
/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.h35 mWindow(window), mIsShared(isShared), mPhysicalCameraId(physicalCameraId) {};
52 bool mIsShared; member
H A DACameraDevice.cpp279 if (!output->mIsShared) { in updateOutputConfigurationLocked()
639 OutputConfiguration::INVALID_SET_ID, outConfig.mIsShared))); in configureStreamsLocked()
/aosp12/frameworks/av/camera/ndk/
H A DNdkCameraDevice.cpp181 if (!out->mIsShared) { in ACaptureSessionSharedOutput_add()
206 if (!out->mIsShared) { in ACaptureSessionSharedOutput_remove()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointProvider.java112 private boolean mIsShared; field in PasspointProvider
146 mIsShared = isShared; in PasspointProvider()
571 wifiConfig.shared = mIsShared; in getWifiConfig()
698 builder.append("Shared: ").append(mIsShared).append("\n"); in toString()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22221 Landroid/hardware/camera2/params/OutputConfiguration;->mIsShared:Z