Searched refs:newOwnerId (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/io/ |
D | FileDescriptor.java | 233 public void setOwnerId$(long newOwnerId) { in setOwnerId$() argument 234 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 | 181 …ptor fd, long previousOwnerId, long newOwnerId) { os.android_fdsan_exchange_owner_tag(fd, previous… in android_fdsan_exchange_owner_tag() argument
|
D | Os.java | 119 …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 | 1200 jlong newOwnerId) { in Linux_android_fdsan_exchange_owner_tag() argument 1203 android_fdsan_exchange_owner_tag(fd, expectedOwnerId, newOwnerId); in Linux_android_fdsan_exchange_owner_tag() 1205 UNUSED(env, javaFd, expectedOwnerId, newOwnerId); in Linux_android_fdsan_exchange_owner_tag()
|