Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelArgumentInfo.h47 enum State { POINTER, MEMORY, HAS_NO_VALUE, UNSPECIFIED }; enumerator
54 CHECK_EQ(mState, POINTER); in buffer()
59 CHECK(mState == POINTER || mState == MEMORY); in dimensions()
63 CHECK(mState == POINTER || mState == MEMORY); in dimensions()
68 CHECK(mState == POINTER || mState == MEMORY); in isSufficient()
72 CHECK(mState == POINTER || mState == MEMORY); in isSufficient()
77 CHECK(mState == POINTER || mState == MEMORY); in length()
DModelArgumentInfo.cpp64 ret.mState = ModelArgumentInfo::POINTER; in createFromPointer()
116 case ModelArgumentInfo::POINTER: in createRequestArguments()
DManager.cpp288 if (info.state() == ModelArgumentInfo::POINTER) { in allocatePointerArgumentsToPool()
353 if (info.state() == ModelArgumentInfo::POINTER) { in execute()
417 if (info.state() == ModelArgumentInfo::POINTER) { in execute()
463 if (info.state() == ModelArgumentInfo::POINTER) { in executeFenced()
534 if (info.state() == ModelArgumentInfo::POINTER) { in executeFenced()
776 if (argumentInfo.state() == ModelArgumentInfo::POINTER) { in execute()
DExecutionBuilder.cpp1007 case ModelArgumentInfo::POINTER: in mapInputOrOutput()
1042 case ModelArgumentInfo::POINTER: in logArguments()
DExecutionPlan.cpp1024 case ModelArgumentInfo::POINTER: { in getBufferFromModelArgumentInfo()
/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h80 POINTER, enumerator
/frameworks/base/libs/input/
DPointerController.cpp86 mLocked.presentation = Presentation::POINTER; in PointerController()
265 if (presentation == Presentation::POINTER) { in setPresentation()
670 if (mLocked.presentation == Presentation::POINTER) { in updatePointerLocked()
787 if (mLocked.presentation == Presentation::POINTER) { in loadResourcesLocked()
/frameworks/base/libs/input/tests/
DPointerController_test.cpp249 mPointerController->setPresentation(PointerController::Presentation::POINTER); in TEST_F()
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp339 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in sync()
DTouchInputMapper.cpp2369 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures()
2381 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerGestures()
3441 mPointerController->setPresentation(PointerControllerInterface::Presentation::POINTER); in dispatchPointerSimple()