Searched refs:DIRECT (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h32 template<size_t DIRECT>
36 template<size_t DIRECT>
68 template<size_t DIRECT>
70 proxy::move<DIRECT>(m_pNode);
H A DBinTree.h438 // @param DIRECT the direction of the connecting edge of the parent node.
441 template<size_t DIRECT, class Pos>
449 proxy::hook<DIRECT>(position.m_pNode,
455 // @param DIRECT the direction of the connecting edge of the parent node.
459 template<size_t DIRECT, class Pos>
465 proxy::hook<DIRECT>(position.m_pNode,
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputTree.h148 template<size_t DIRECT>
154 template<size_t DIRECT>
157 template<size_t DIRECT>
201 template<size_t DIRECT>
214 proxy::hook<DIRECT>(pRoot.m_pNode,
219 template<size_t DIRECT>
228 proxy::hook<DIRECT>(pRoot.m_pNode,
233 template<size_t DIRECT>
243 proxy::hook<DIRECT>(pRoot.m_pNode,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h354 DIRECT, // Thread class is DirectOutputThread enumerator in enum:android::AudioFlinger::ThreadBase::type_t
1218 // same as AudioFlinger::mStandbyTimeInNsecs except for DIRECT which uses a shorter value
H A DAudioFlinger.cpp1791 if (mType == DIRECT) {
2709 if (mType == MIXER || mType == DIRECT) {
2760 // shared by MIXER and DIRECT, overridden by DUPLICATING
2834 // shared by MIXER and DIRECT, overridden by DUPLICATING
3396 - standbyDelay from mActiveSleepTimeUs (DIRECT only)
3697 : PlaybackThread(audioFlinger, output, id, device, DIRECT)
7374 return thread != NULL && thread->type() != ThreadBase::DIRECT ? (MixerThread *) thread : NULL;
7994 if (mType != DIRECT) {

Completed in 63 milliseconds