/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | IccLogicalChannelRequestTest.java | 41 private static final IBinder BINDER = new Binder(); field in IccLogicalChannelRequestTest 63 CHANNEL, BINDER); in testConstructor_withValidParmas_shouldReturnValidValues() 72 assertThat(request.binder).isEqualTo(BINDER); in testConstructor_withValidParmas_shouldReturnValidValues() 80 CHANNEL, BINDER); in testEquals_sameInput_shouldReturnTrue() 83 CHANNEL, BINDER); in testEquals_sameInput_shouldReturnTrue() 93 CHANNEL, BINDER); in testEquals_differentBinder_shouldReturnFalse() 107 CHANNEL, BINDER); in testParcel()
|
/frameworks/native/libs/binderthreadstate/include/binderthreadstate/ |
D | CallerUtils.h | 32 BINDER, enumerator 47 if (hwbinderSp == nullptr) return BinderCallType::BINDER; in getCurrentServingCall() 51 return BinderCallType::BINDER; in getCurrentServingCall()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ |
D | VirtualDeviceManagerServiceTest.java | 178 private static final Binder BINDER = new Binder("binder"); field in VirtualDeviceManagerServiceTest 614 mInputController.addDeviceForTesting(BINDER, fd, in testIsInputDeviceOwnedByVirtualDevice() 619 mInputController.unregisterInputDevice(BINDER); in testIsInputDeviceOwnedByVirtualDevice() 698 mDeviceImpl.createVirtualKeyboard(KEYBOARD_CONFIG, BINDER); in getPreferredLocaleListForApp_keyboardAttached_returnLocaleHints() 740 mDeviceImpl.createVirtualKeyboard(firstKeyboardConfig, BINDER); in getPreferredLocaleListForApp_appOnMultipleVD_localeOnFirstVDReturned() 971 () -> mDeviceImpl.createVirtualDpad(DPAD_CONFIG, BINDER)); in createVirtualDpad_noDisplay_failsSecurityException() 977 () -> mDeviceImpl.createVirtualKeyboard(KEYBOARD_CONFIG, BINDER)); in createVirtualKeyboard_noDisplay_failsSecurityException() 983 () -> mDeviceImpl.createVirtualMouse(MOUSE_CONFIG, BINDER)); in createVirtualMouse_noDisplay_failsSecurityException() 989 () -> mDeviceImpl.createVirtualTouchscreen(TOUCHSCREEN_CONFIG, BINDER)); in createVirtualTouchscreen_noDisplay_failsSecurityException() 1017 mDeviceImpl.createVirtualTouchscreen(positiveConfig, BINDER); in createVirtualTouchscreen_positiveDisplayDimension_successful() [all …]
|
/frameworks/native/libs/binderdebug/ |
D | stats.cpp | 49 CHECK_EQ(OK, getBinderPidInfo(BinderDebugContext::BINDER, pid, &info)); in main() 53 getBinderClientPids(BinderDebugContext::BINDER, getpid(), pid, *handle, in main()
|
D | BinderDebug.cpp | 31 case BinderDebugContext::BINDER: in contextToString()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/contentprotection/ |
D | RemoteContentProtectionServiceTest.java | 66 private static final IBinder BINDER = new Binder(); field in RemoteContentProtectionServiceTest 114 when(mMockContentProtectionAllowlistCallback.asBinder()).thenReturn(BINDER); in onUpdateAllowlistRequest() 119 verify(mMockContentProtectionService).onUpdateAllowlistRequest(BINDER); in onUpdateAllowlistRequest()
|
/frameworks/native/libs/binderdebug/tests/ |
D | binderdebug_test.cpp | 48 const auto& status = getBinderPidInfo(BinderDebugContext::BINDER, getpid(), &pidInfo); in TEST() 56 const auto& status = getBinderPidInfo(BinderDebugContext::BINDER, getpid(), &pidInfo); in TEST()
|
/frameworks/native/libs/binder/tests/parcel_fuzzer/test_fuzzer/ |
D | run_fuzz_service_test.sh | 30 for CRASH_TYPE in PLAIN KNOWN_UID AID_SYSTEM AID_ROOT BINDER DUMP SHELL_CMD; do
|
/frameworks/native/libs/binderdebug/include/binderdebug/ |
D | BinderDebug.h | 32 BINDER, enumerator
|
/frameworks/native/libs/binderthreadstate/ |
D | test.cpp | 140 CHECK_EQ(BinderCallType::BINDER, getCurrentServingCall()) in call() 149 CHECK_EQ(BinderCallType::BINDER, getCurrentServingCall()) in call()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | IntentBindRecord.java | 118 proto.write(IntentBindRecordProto.BINDER, binder.toString()); in dumpDebug()
|
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.cpp | 370 status = getBinderPidInfo(BinderDebugContext::BINDER, pid, &pidInfo); in dumpThreadsToFd() 399 getBinderClientPids(BinderDebugContext::BINDER, myPid, servicePid, handle.value(), &pids); in dumpClientsToFd()
|
/frameworks/base/core/jni/ |
D | android_util_Binder.cpp | 1031 return getCurrentServingCall() == BinderCallType::BINDER; in android_os_Binder_isDirectlyHandlingTransactionNative()
|