/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/ |
D | VirtualDeviceManagerServiceTest.java | 126 private static final Binder BINDER = new Binder("binder"); field in VirtualDeviceManagerServiceTest 394 PRODUCT_ID, BINDER)); in createVirtualKeyboard_noDisplay_failsSecurityException() 402 PRODUCT_ID, BINDER)); in createVirtualMouse_noDisplay_failsSecurityException() 410 VENDOR_ID, PRODUCT_ID, BINDER, new Point(WIDTH, HEIGHT))); in createVirtualTouchscreen_noDisplay_failsSecurityException() 428 PRODUCT_ID, BINDER)); in createVirtualKeyboard_noPermission_failsSecurityException() 439 PRODUCT_ID, BINDER)); in createVirtualMouse_noPermission_failsSecurityException() 450 VENDOR_ID, PRODUCT_ID, BINDER, new Point(WIDTH, HEIGHT))); in createVirtualTouchscreen_noPermission_failsSecurityException() 474 BINDER); in createVirtualKeyboard_hasDisplay_obtainFileDescriptor() 485 BINDER); in createVirtualMouse_hasDisplay_obtainFileDescriptor() 496 BINDER, new Point(WIDTH, HEIGHT)); in createVirtualTouchscreen_hasDisplay_obtainFileDescriptor() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | IccLogicalChannelRequestTest.java | 40 private static final IBinder BINDER = new Binder(); field in IccLogicalChannelRequestTest 62 CHANNEL, BINDER); in testConstructor_withValidParmas_shouldReturnValidValues() 71 assertThat(request.binder).isEqualTo(BINDER); in testConstructor_withValidParmas_shouldReturnValidValues() 79 CHANNEL, BINDER); in testEquals_sameInput_shouldReturnTrue() 82 CHANNEL, BINDER); in testEquals_sameInput_shouldReturnTrue() 92 CHANNEL, BINDER); in testEquals_differentBinder_shouldReturnFalse() 106 CHANNEL, BINDER); in testParcel()
|
/frameworks/native/libs/binderthreadstate/include/binderthreadstate/ |
D | CallerUtils.h | 32 BINDER, enumerator 43 if (hwbinderSp == nullptr) return BinderCallType::BINDER; in getCurrentServingCall() 47 return BinderCallType::BINDER; in getCurrentServingCall()
|
/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/binderdebug/include/binderdebug/ |
D | BinderDebug.h | 30 BINDER, enumerator
|
/frameworks/native/libs/binderthreadstate/ |
D | test.cpp | 113 CHECK(BinderCallType::BINDER == getCurrentServingCall()); in call() 121 CHECK(BinderCallType::BINDER == getCurrentServingCall()); in call()
|
/frameworks/native/libs/binderdebug/ |
D | BinderDebug.cpp | 31 case BinderDebugContext::BINDER: in contextToString()
|
/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 | 967 return getCurrentServingCall() == BinderCallType::BINDER; in android_os_Binder_isDirectlyHandlingTransaction()
|