Home
last modified time | relevance | path

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

/frameworks/av/camera/include/camera/camera2/
DOutputConfiguration.h84 mIsShared == other.mIsShared &&
111 if (mIsShared != other.mIsShared) {
112 return mIsShared < other.mIsShared;
134 bool mIsShared; variable
/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java266 mIsShared = false; in OutputConfiguration()
320 mIsShared = false; in OutputConfiguration()
360 mIsShared = true; in enableSurfaceSharing()
452 if (mSurfaces.size() == 1 && !mIsShared) { in addSurface()
528 this.mIsShared = other.mIsShared; in OutputConfiguration()
554 mIsShared = isShared; in OutputConfiguration()
665 dest.writeInt(mIsShared ? 1 : 0); in writeToParcel()
693 mIsShared != other.mIsShared || in equals()
722 mSurfaceGroupId, mSurfaceType, mIsShared ? 1 : 0, in hashCode()
729 mConfiguredDataspace, mSurfaceGroupId, mIsShared ? 1 : 0, in hashCode()
[all …]
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp64 return mIsShared; in isShared()
78 mIsShared(false) { in OutputConfiguration()
154 mIsShared = isShared != 0; in readFromParcel()
176 mIsShared = isShared; in OutputConfiguration()
185 mWidth(width), mHeight(height), mIsDeferred(false), mIsShared(isShared), in OutputConfiguration()
211 err = parcel->writeInt32(mIsShared ? 1 : 0); in writeToParcel()
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraCaptureSessionVendor.h23 mWindow(window), mIsShared(isShared), mPhysicalCameraId(physicalCameraId) {}; in mWindow()
43 bool mIsShared; member
DACameraDevice.cpp294 if (!output->mIsShared) { in updateOutputConfigurationLocked()
/frameworks/av/camera/ndk/impl/
DACameraCaptureSession.h35 mWindow(window), mIsShared(isShared), mPhysicalCameraId(physicalCameraId) {}; in mWindow()
52 bool mIsShared; member
DACameraDevice.cpp290 if (!output->mIsShared) { in updateOutputConfigurationLocked()
646 OutputConfiguration::INVALID_SET_ID, outConfig.mIsShared))); in configureStreamsLocked()
/frameworks/av/camera/ndk/
DNdkCameraDevice.cpp181 if (!out->mIsShared) { in ACaptureSessionSharedOutput_add()
206 if (!out->mIsShared) { in ACaptureSessionSharedOutput_remove()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java97 private boolean mIsShared; field in PasspointProvider
128 mIsShared = isShared; in PasspointProvider()
411 wifiConfig.shared = mIsShared; in getWifiConfig()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt23727 Landroid/hardware/camera2/params/OutputConfiguration;->mIsShared:Z