Searched refs:newOwnerId (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/io/ |
D | FileDescriptor.java | 191 public void setOwnerId$(long newOwnerId) { in setOwnerId$() argument 192 this.ownerId = newOwnerId; in setOwnerId$()
|
/libcore/ojluni/annotations/mmodule/java/io/ |
D | FileDescriptor.annotated.java | 47 public void setOwnerId$(long newOwnerId) { throw new RuntimeException("Stub!"); } in setOwnerId$() argument
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | FileDescriptor.java | 61 public void setOwnerId$(long newOwnerId) { in setOwnerId$() argument
|
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 90 …ptor fd, long previousOwnerId, long newOwnerId) { os.android_fdsan_exchange_owner_tag(fd, previous… in android_fdsan_exchange_owner_tag() argument
|
D | Os.java | 64 …ic void android_fdsan_exchange_owner_tag(FileDescriptor fd, long previousOwnerId, long newOwnerId); in android_fdsan_exchange_owner_tag() argument
|
D | Linux.java | 65 …ve void android_fdsan_exchange_owner_tag(FileDescriptor fd, long previousOwnerId, long newOwnerId); in android_fdsan_exchange_owner_tag() argument
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 1129 jlong newOwnerId) { in Linux_android_fdsan_exchange_owner_tag() argument 1132 android_fdsan_exchange_owner_tag(fd, expectedOwnerId, newOwnerId); in Linux_android_fdsan_exchange_owner_tag() 1134 UNUSED(env, javaFd, expectedOwnerId, newOwnerId); in Linux_android_fdsan_exchange_owner_tag()
|