Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 70) sorted by relevance

123

/hardware/libhardware/tests/input/evdev/
DInputMocks.cpp30 auto node = new MockInputDeviceNode(); in getElanTouchscreen() local
55 auto node = new MockInputDeviceNode(); in getLidInput() local
74 auto node = new MockInputDeviceNode(); in getButtonJack() local
93 auto node = new MockInputDeviceNode(); in getHeadsetJack() local
117 auto node = new MockInputDeviceNode(); in getH2wButton() local
135 auto node = new MockInputDeviceNode(); in getGpioKeys() local
157 auto node = new MockInputDeviceNode(); in getGpioKeys() local
175 auto node = new MockInputDeviceNode(); in getMidPowerBtn() local
193 auto node = new MockInputDeviceNode(); in getNexusRemote() local
212 auto node = new MockInputDeviceNode(); in getAsusGamepad() local
DInputDevice_test.cpp70 auto node = std::make_shared<MockInputDeviceNode>(); in TEST_F() local
99 auto node = std::make_shared<MockInputDeviceNode>(); in TEST_F() local
115 auto node = std::make_shared<MockInputDeviceNode>(); in TEST_F() local
132 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexus7v2::getElanTouchscreen()); in TEST_F() local
139 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexus7v2::getButtonJack()); in TEST_F() local
153 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexus7v2::getHeadsetJack()); in TEST_F() local
159 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexus7v2::getH2wButton()); in TEST_F() local
165 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexus7v2::getGpioKeys()); in TEST_F() local
171 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexusPlayer::getGpioKeys()); in TEST_F() local
177 auto node = std::shared_ptr<MockInputDeviceNode>(MockNexusPlayer::getMidPowerBtn()); in TEST_F() local
[all …]
DInputHub_test.cpp57 virtual void onInputEvent(const std::shared_ptr<InputDeviceNode>& node, InputEvent& event, in onInputEvent()
61 virtual void onDeviceAdded(const std::shared_ptr<InputDeviceNode>& node) override { in onDeviceAdded()
64 virtual void onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) override { in onDeviceRemoved()
101 [&](const std::shared_ptr<InputDeviceNode>& node) { in TEST_F()
136 [&](const std::shared_ptr<InputDeviceNode>& node) { in TEST_F()
140 [&](const std::shared_ptr<InputDeviceNode>& node) { in TEST_F()
183 nsecs_t event_time) { in TEST_F()
220 [&](const std::shared_ptr<InputDeviceNode>& node) { in TEST_F()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraQueue.cpp147 camera_q_node *node = in enqueue() local
184 camera_q_node *node = in enqueueWithPriority() local
224 camera_q_node* node = NULL; in peek() local
259 camera_q_node* node = NULL; in dequeue() local
300 camera_q_node* node = NULL; in dequeue() local
344 camera_q_node* node = NULL; in flush() local
386 camera_q_node* node = NULL; in flushNodes() local
431 camera_q_node* node = NULL; in flushNodes() local
DQCameraCmdThread.cpp141 camera_cmd_t *node = (camera_cmd_t *)malloc(sizeof(camera_cmd_t)); in sendCmd() local
181 camera_cmd_t *node = (camera_cmd_t *)cmd_queue.dequeue(); in getCmd() local
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
DMap.h36 struct node { struct
39 node* prev; argument
40 node* next; argument
41 node(T t, T2 t2,node* p, node* n) : in node() argument
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
DMap.h36 struct node { struct
39 node* prev; argument
40 node* next; argument
41 node(T t, T2 t2,node* p, node* n) : in node() argument
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
DMap.h36 struct node { struct
39 node* prev; argument
40 node* next; argument
41 node(T t, T2 t2,node* p, node* n) : in node() argument
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
DMap.h37 struct node { struct
40 node* prev; argument
41 node* next; argument
42 node(T t, T2 t2,node* p, node* n) : in node() argument
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
DMap.h37 struct node struct
41 node* prev; argument
42 node* next; argument
43 node(T t, T2 t2,node* p, node* n) : in node() argument
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_queue.c47 mm_jpeg_q_node_t* node = in mm_jpeg_queue_enq() local
70 mm_jpeg_q_node_t* node = in mm_jpeg_queue_enq_head() local
94 mm_jpeg_q_node_t* node = NULL; in mm_jpeg_queue_deq() local
139 mm_jpeg_q_node_t* node = NULL; in mm_jpeg_queue_flush() local
168 mm_jpeg_q_node_t* node = NULL; in mm_jpeg_queue_peek() local
/hardware/libhardware/modules/input/evdev/
DInputDeviceManager.cpp28 void InputDeviceManager::onInputEvent(const std::shared_ptr<InputDeviceNode>& node, InputEvent& eve… in onInputEvent()
37 void InputDeviceManager::onDeviceAdded(const std::shared_ptr<InputDeviceNode>& node) { in onDeviceAdded()
41 void InputDeviceManager::onDeviceRemoved(const std::shared_ptr<InputDeviceNode>& node) { in onDeviceRemoved()
DInputDevice.cpp45 static InputBus getInputBus(const std::shared_ptr<InputDeviceNode>& node) { in getInputBus()
98 EvdevDevice::EvdevDevice(InputHostInterface* host, const std::shared_ptr<InputDeviceNode>& node) : in EvdevDevice()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_queue.c85 camera_q_node *node = in mm_qcamera_queue_enqueue() local
109 camera_q_node* node = NULL; in mm_qcamera_queue_dequeue() local
138 camera_q_node* node = NULL; in mm_qcamera_queue_flush() local
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_queue.h57 cam_node_t *node = in cam_queue_enq() local
76 cam_node_t *node = NULL; in cam_queue_deq() local
101 cam_node_t *node = NULL; in cam_queue_flush() local
/hardware/qcom/gps/msm8996/utils/
DLocHeap.cpp62 inline bool outRanks(LocHeapNode& node) { return mData->outRanks(*node.mData); } in outRanks()
88 void LocHeapNode::swap(LocHeapNode& node) { in swap()
107 void LocHeapNode::push(LocHeapNode& node) { in push()
228 void LocHeap::push(LocRankable& node) { in push()
/hardware/qcom/sdm845/gps/msm8909/utils/
DLocHeap.cpp62 inline bool outRanks(LocHeapNode& node) { return mData->outRanks(*node.mData); } in outRanks()
88 void LocHeapNode::swap(LocHeapNode& node) { in swap()
107 void LocHeapNode::push(LocHeapNode& node) { in push()
228 void LocHeap::push(LocRankable& node) { in push()
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocHeap.cpp62 inline bool outRanks(LocHeapNode& node) { return mData->outRanks(*node.mData); } in outRanks()
88 void LocHeapNode::swap(LocHeapNode& node) { in swap()
107 void LocHeapNode::push(LocHeapNode& node) { in push()
228 void LocHeap::push(LocRankable& node) { in push()
/hardware/qcom/sdm845/gps/msm8998/utils/
DLocHeap.cpp62 inline bool outRanks(LocHeapNode& node) { return mData->outRanks(*node.mData); } in outRanks()
88 void LocHeapNode::swap(LocHeapNode& node) { in swap()
107 void LocHeapNode::push(LocHeapNode& node) { in push()
228 void LocHeap::push(LocRankable& node) { in push()
/hardware/qcom/gps/msm8998/utils/
DLocHeap.cpp62 inline bool outRanks(LocHeapNode& node) { return mData->outRanks(*node.mData); } in outRanks()
88 void LocHeapNode::swap(LocHeapNode& node) { in swap()
107 void LocHeapNode::push(LocHeapNode& node) { in push()
228 void LocHeap::push(LocRankable& node) { in push()
/hardware/qcom/sdm845/gps/msm8996/utils/
DLocHeap.cpp62 inline bool outRanks(LocHeapNode& node) { return mData->outRanks(*node.mData); } in outRanks()
88 void LocHeapNode::swap(LocHeapNode& node) { in swap()
107 void LocHeapNode::push(LocHeapNode& node) { in push()
228 void LocHeap::push(LocRankable& node) { in push()
/hardware/qcom/gps/msm8909w_3100/utils/
DLocHeap.cpp62 inline bool outRanks(LocHeapNode& node) { return mData->outRanks(*node.mData); } in outRanks()
88 void LocHeapNode::swap(LocHeapNode& node) { in swap()
107 void LocHeapNode::push(LocHeapNode& node) { in push()
228 void LocHeap::push(LocRankable& node) { in push()
/hardware/qcom/gps/msm8909/utils/
DLocHeap.cpp62 inline bool outRanks(LocHeapNode& node) { return mData->outRanks(*node.mData); } in outRanks()
88 void LocHeapNode::swap(LocHeapNode& node) { in swap()
107 void LocHeapNode::push(LocHeapNode& node) { in push()
228 void LocHeap::push(LocRankable& node) { in push()
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.cpp135 uint32_t node = getNextNode(); in createTensorInternal() local
286 uint32_t node = getNextNode(); in addOperationInternal() local
307 bool Model::registerHexagonInputs(const std::vector<uint32_t>& operands, uint32_t node) { in registerHexagonInputs()
326 uint32_t node = addOperationInternal(op, pad, inputs, outs); in addBasicOperation() local
359 uint32_t node = addOperationInternal(op, pad, inputs, outs); in addFloatOperationWithActivation() local
377 uint32_t node = addOperationInternal(op, pad, inputs, outs); in addQuant8OperationWithActivation() local
397 uint32_t node; in addFusedFloatOperation() local
426 uint32_t node; in addFusedQuant8Operation() local
499 uint32_t node = addOperationInternal(OP_INPUT, NN_PAD_NA, {}, outs); in addInputs() local
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DHidParser.cpp119 std::shared_ptr<HidTreeNode> node(new HidReportNode(mCurrent, report)); in processMainTag() local
143 void HidParser::filterTree(std::shared_ptr<HidTreeNode> &node) { in filterTree()
166 const std::shared_ptr<HidTreeNode> &node, in digest()

123