Searched defs:remove (Results 1 - 10 of 10) sorted by relevance

/hardware/interfaces/audio/common/2.0/default/
H A DEffectMap.cpp47 void EffectMap::remove(effect_handle_t handle) { function in class:android::EffectMap
/hardware/interfaces/biometrics/fingerprint/2.1/default/
H A DBiometricsFingerprint.cpp183 Return<RequestStatus> BiometricsFingerprint::remove(uint32_t gid, uint32_t fid) { function in class:android::hardware::biometrics::fingerprint::V2_1::implementation::BiometricsFingerprint
184 return ErrorFilter(mDevice->remove(mDevice, gid, fid));
/hardware/qcom/gps/msm8909/utils/
H A DLocHeap.cpp56 // remove a specific node from the tree
59 static LocHeapNode* remove(LocHeapNode*& top, LocRankable& data);
170 LocHeapNode* LocHeapNode::remove(LocHeapNode*& top, LocRankable& data) { function in class:LocHeapNode
179 removedNode = remove(top->mLeft, data);
183 removedNode = remove(top->mRight, data);
256 LocRankable* LocHeap::remove(LocRankable& rankable) { function in class:LocHeap
260 LocHeapNode* heapNode = LocHeapNode::remove(mTree, rankable);
H A DLocTimer.cpp85 // * extends the LocHeap class for the detection of head update upon add / remove
87 // * contains the timers, and add / remove them into the heap
91 // * provides a MsgTask thread for synchronized add / remove / timer client callback.
124 // remove a timer / alarm obj from the container
125 void remove(LocTimerDelegate& timer);
132 // will be run in the caller's thread context to add / remove timer / alarm
137 // allow dynamically add / remove fds we poll on. The design decision of
162 // remove a fd that is assciated with a container. The expectation is that
289 // if tree is empty now, we remove poll and disarm timer
329 void LocTimerContainer::remove(LocTimerDelegat function in class:LocTimerContainer
[all...]
/hardware/qcom/gps/msm8996/utils/
H A DLocHeap.cpp56 // remove a specific node from the tree
59 static LocHeapNode* remove(LocHeapNode*& top, LocRankable& data);
170 LocHeapNode* LocHeapNode::remove(LocHeapNode*& top, LocRankable& data) { function in class:LocHeapNode
179 removedNode = remove(top->mLeft, data);
183 removedNode = remove(top->mRight, data);
256 LocRankable* LocHeap::remove(LocRankable& rankable) { function in class:LocHeap
260 LocHeapNode* heapNode = LocHeapNode::remove(mTree, rankable);
H A DLocTimer.cpp85 // * extends the LocHeap class for the detection of head update upon add / remove
87 // * contains the timers, and add / remove them into the heap
91 // * provides a MsgTask thread for synchronized add / remove / timer client callback.
124 // remove a timer / alarm obj from the container
125 void remove(LocTimerDelegate& timer);
132 // will be run in the caller's thread context to add / remove timer / alarm
137 // allow dynamically add / remove fds we poll on. The design decision of
162 // remove a fd that is assciated with a container. The expectation is that
288 // if tree is empty now, we remove poll and disarm timer
328 void LocTimerContainer::remove(LocTimerDelegat function in class:LocTimerContainer
[all...]
/hardware/qcom/gps/msm8998/utils/
H A DLocHeap.cpp56 // remove a specific node from the tree
59 static LocHeapNode* remove(LocHeapNode*& top, LocRankable& data);
170 LocHeapNode* LocHeapNode::remove(LocHeapNode*& top, LocRankable& data) { function in class:LocHeapNode
179 removedNode = remove(top->mLeft, data);
183 removedNode = remove(top->mRight, data);
256 LocRankable* LocHeap::remove(LocRankable& rankable) { function in class:LocHeap
260 LocHeapNode* heapNode = LocHeapNode::remove(mTree, rankable);
H A DLocTimer.cpp85 // * extends the LocHeap class for the detection of head update upon add / remove
87 // * contains the timers, and add / remove them into the heap
91 // * provides a MsgTask thread for synchronized add / remove / timer client callback.
124 // remove a timer / alarm obj from the container
125 void remove(LocTimerDelegate& timer);
132 // will be run in the caller's thread context to add / remove timer / alarm
137 // allow dynamically add / remove fds we poll on. The design decision of
162 // remove a fd that is assciated with a container. The expectation is that
288 // if tree is empty now, we remove poll and disarm timer
328 void LocTimerContainer::remove(LocTimerDelegat function in class:LocTimerContainer
[all...]
/hardware/libhardware/include/hardware/
H A Dfingerprint.h226 * Fingerprint remove request:
241 int (*remove)(struct fingerprint_device *dev, uint32_t gid, uint32_t fid); member in struct:fingerprint_device
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DCameraParameters.cpp291 void CameraParameters::remove(const char *key) function in class:android::CameraParameters

Completed in 331 milliseconds