Searched refs:isClosed (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/core/tests/utiltests/src/android/util/
H A DIRemoteMemoryIntArray.aidl29 boolean isClosed();
H A DRemoteMemoryIntArrayService.java107 public boolean isClosed() {
109 return mArray.isClosed();
H A DMemoryIntArrayTest.java80 assertTrue("Must be closed", array.isClosed());
82 if (array != null && !array.isClosed()) {
153 if (array != null && !array.isClosed()) {
H A DRemoteIntArray.java106 public boolean isClosed() { method in class:RemoteIntArray
108 return mRemoteInstance.isClosed();
/frameworks/av/camera/ndk/
H A DNdkCameraCaptureSession.cpp52 if (session->isClosed()) {
79 if (session->isClosed()) {
100 if (session->isClosed()) {
117 if (session->isClosed()) {
132 if (session->isClosed()) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DCursorObjectAdapter.java167 public boolean isClosed() { method in class:CursorObjectAdapter
168 return mCursor == null || mCursor.isClosed();
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java392 if (mLegacyDevice.isClosed()) {
409 if (mLegacyDevice.isClosed()) {
430 if (mLegacyDevice.isClosed()) {
451 if (mLegacyDevice.isClosed()) {
472 if (mLegacyDevice.isClosed()) {
493 if (mLegacyDevice.isClosed()) {
519 if (mLegacyDevice.isClosed()) {
546 if (mLegacyDevice.isClosed()) {
595 if (mLegacyDevice.isClosed()) {
629 if (mLegacyDevice.isClosed()) {
[all...]
/frameworks/base/core/java/android/content/
H A DCursorLoader.java112 if (oldCursor != null && oldCursor != cursor && !oldCursor.isClosed()) {
172 if (cursor != null && !cursor.isClosed()) {
184 if (mCursor != null && !mCursor.isClosed()) {
/frameworks/base/core/java/android/util/
H A DMemoryIntArray.java148 if (!isClosed()) {
157 public boolean isClosed() { method in class:MemoryIntArray
210 if (isClosed()) {
/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp128 static jboolean isClosed(JNIEnv* env, jobject clazz, jlong pairHandle) { function in class:android::SkPathMeasureGlue
130 bool result = pair->fMeasure.isClosed();
153 {"native_isClosed", "(J)Z", (void*) SkPathMeasureGlue::isClosed },
/frameworks/support/core-utils/java/android/support/v4/content/
H A DCursorLoader.java108 if (oldCursor != null && oldCursor != cursor && !oldCursor.isClosed()) {
168 if (cursor != null && !cursor.isClosed()) {
180 if (mCursor != null && !mCursor.isClosed()) {
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.cpp27 if (dev != nullptr && !dev->isClosed()) {
171 if (device == nullptr || device->isClosed()) {
H A DACameraCaptureSession.h73 bool isClosed() { Mutex::Autolock _l(mSessionLock); return mIsClosed; } function in struct:ACameraCaptureSession
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java106 if (cursor != null && !cursor.isClosed()) {
134 if (cursor != null && !cursor.isClosed()) {
174 if (cursor == null || cursor.isClosed()) {
219 if (prevCursor != null && !prevCursor.isClosed()) {
223 if (cursor != null && !cursor.isClosed()) {
236 return cursor == null || cursor.isClosed() || cursor.getCount() == 0;
436 if (cursor == null || cursor.isClosed() || !cursor.moveToPosition(offset)) {
468 if (cursor == null || cursor.isClosed() || !cursor.moveToPosition(offset)) {
/frameworks/av/media/ndk/
H A DNdkImage.cpp49 AImage::isClosed() const { function in class:AImage
74 if (!isClosed()) {
108 if (isClosed()) {
122 if (isClosed()) {
136 if (isClosed()) {
150 if (isClosed()) {
164 if (isClosed()) {
182 if (isClosed()) {
237 if (isClosed()) {
345 if (isClosed()) {
[all...]
H A DNdkImagePriv.h44 bool isClosed() const ;
/frameworks/base/core/java/android/database/
H A DCursor.java381 boolean isClosed(); method in interface:Cursor
H A DCursorWrapper.java54 public boolean isClosed() { method in class:CursorWrapper
55 return mCursor.isClosed();
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileBridgeTest.java62 assertFalse("expected open", bridge.isClosed());
70 assertTrue("expected closed", bridge.isClosed());
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java221 if (mCursor != null && !mCursor.isClosed()) {
243 if (mCursor == null || mCursor.isClosed()) {
/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java143 public boolean isClosed() { method in class:PathMeasure
/frameworks/base/obex/javax/obex/
H A DPrivateOutputStream.java169 public boolean isClosed() { method in class:PrivateOutputStream
/frameworks/base/core/java/android/os/
H A DMemoryFile.java90 if (!isClosed()) {
123 private boolean isClosed() { method in class:MemoryFile
129 if (!isClosed()) {
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java839 if (!CameraDeviceImpl.this.isClosed()) {
1627 if (!CameraDeviceImpl.this.isClosed()){
1683 if (!CameraDeviceImpl.this.isClosed()) {
1752 if (isClosed()) return;
1759 if (!CameraDeviceImpl.this.isClosed()) {
1812 if (isClosed()) {
1838 if (!CameraDeviceImpl.this.isClosed()){
1859 if (!CameraDeviceImpl.this.isClosed()){
1933 if (!CameraDeviceImpl.this.isClosed()){
1963 if (!CameraDeviceImpl.this.isClosed()){
2029 private boolean isClosed() { method in class:CameraDeviceImpl
[all...]
/frameworks/base/core/java/android/net/
H A DLocalSocket.java255 public boolean isClosed() { method in class:LocalSocket

Completed in 769 milliseconds

12