Home
last modified time | relevance | path

Searched refs:BINDER (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java126 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/
DIccLogicalChannelRequestTest.java40 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/
DCallerUtils.h32 BINDER, enumerator
43 if (hwbinderSp == nullptr) return BinderCallType::BINDER; in getCurrentServingCall()
47 return BinderCallType::BINDER; in getCurrentServingCall()
/frameworks/native/libs/binderdebug/tests/
Dbinderdebug_test.cpp48 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/
DBinderDebug.h30 BINDER, enumerator
/frameworks/native/libs/binderthreadstate/
Dtest.cpp113 CHECK(BinderCallType::BINDER == getCurrentServingCall()); in call()
121 CHECK(BinderCallType::BINDER == getCurrentServingCall()); in call()
/frameworks/native/libs/binderdebug/
DBinderDebug.cpp31 case BinderDebugContext::BINDER: in contextToString()
/frameworks/base/services/core/java/com/android/server/am/
DIntentBindRecord.java118 proto.write(IntentBindRecordProto.BINDER, binder.toString()); in dumpDebug()
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp370 status = getBinderPidInfo(BinderDebugContext::BINDER, pid, &pidInfo); in dumpThreadsToFd()
399 getBinderClientPids(BinderDebugContext::BINDER, myPid, servicePid, handle.value(), &pids); in dumpClientsToFd()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp967 return getCurrentServingCall() == BinderCallType::BINDER; in android_os_Binder_isDirectlyHandlingTransaction()