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

/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h172 // @param DIRECT the direction of the connecting edge of the parent node.
175 template <size_t DIRECT>
183 pPosition.hook<DIRECT>(node);
189 // @param DIRECT the direction of the connecting edge of the parent node.
193 template <size_t DIRECT>
199 pPosition.hook<DIRECT>(pTree.m_Root.node.left);
273 template <size_t DIRECT>
276 template <size_t DIRECT>
300 template <size_t DIRECT>
307 pRoot.hook<DIRECT>(nod
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h47 template <size_t DIRECT>
52 template <size_t DIRECT>
H A DBinTree.h427 // @param DIRECT the direction of the connecting edge of the parent node.
430 template <size_t DIRECT>
438 pPosition.hook<DIRECT>(node);
444 // @param DIRECT the direction of the connecting edge of the parent node.
448 template <size_t DIRECT>
454 pPosition.hook<DIRECT>(pTree.m_Root.node.left);
/frameworks/av/services/audioflinger/
H A DThreads.h29 DIRECT, // Thread class is DirectOutputThread enumerator in enum:ThreadBase::type_t
894 bool usesHwAvSync() const { return (mType == DIRECT) && (mOutput != NULL)
945 // same as AudioFlinger::mStandbyTimeInNsecs except for DIRECT which uses a shorter value
H A DThreads.cpp442 case DIRECT:
443 return "DIRECT";
883 case DIRECT:
1235 case DIRECT:
1238 ALOGW("checkEffectCompatibility_l(): effect %s on DIRECT output thread %s",
1959 case DIRECT:
2634 // shared by MIXER and DIRECT, overridden by DUPLICATING
2731 - mStandbyDelayNs from mActiveSleepTimeUs (DIRECT only) or forced to at least
2800 if (mType != DIRECT) {
3433 if ((mType == OFFLOAD || mType == DIRECT)
[all...]
H A DTracks.cpp918 } else if ((thread->type() == ThreadBase::DIRECT) ||
H A DAudioFlinger.cpp2660 return thread != NULL && thread->type() != ThreadBase::DIRECT ? (MixerThread *) thread : NULL;

Completed in 1202 milliseconds