Home
last modified time | relevance | path

Searched defs:isRemote (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_interface_utils.h189 bool isRemote() override { return false; } in isRemote() function
214 bool isRemote() override { return AIBinder_isRemote(mBinder.get()); } in isRemote() function
/aosp12/packages/apps/Dialer/java/com/android/dialer/rtt/
H A DRttTranscriptMessageViewHolder.java76 void showTimestamp(long timestamp, boolean isRemote, boolean showFullDate) { in showTimestamp()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DIDeprecated.cpp80 bool IDeprecatedDefault::isRemote() { in isRemote() function in aidl::android::aidl::tests::IDeprecatedDefault
H A DINamedCallback.cpp134 bool INamedCallbackDefault::isRemote() { in isRemote() function in aidl::android::aidl::tests::INamedCallbackDefault
H A DINewName.cpp134 bool INewNameDefault::isRemote() { in isRemote() function in aidl::android::aidl::tests::INewNameDefault
H A DIOldName.cpp134 bool IOldNameDefault::isRemote() { in isRemote() function in aidl::android::aidl::tests::IOldNameDefault
H A DITestService.cpp3474 bool ITestServiceDefault::isRemote() { in isRemote() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp12/packages/apps/Dialer/java/com/android/incallui/rtt/protocol/
H A DRttChatMessage.java33 public boolean isRemote; field in RttChatMessage
/aosp12/frameworks/native/libs/binder/ndk/
H A Dibinder_internal.h50 bool isRemote() const { in isRemote() function
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/
H A DMediaSessions.java186 private static boolean isRemote(PlaybackInfo pi) { in isRemote() method in MediaSessions
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp461 bool ILoggableInterfaceDefault::isRemote() { in isRemote() function in aidl::android::aidl::loggable::ILoggableInterfaceDefault
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk_platform-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp461 bool ILoggableInterfaceDefault::isRemote() { in isRemote() function in aidl::android::aidl::loggable::ILoggableInterfaceDefault
/aosp12/frameworks/native/libs/binder/
H A DRpcState.cpp36 bool isRemote = binder->remoteBinder(); in onBinderLeaving() local