Searched refs:DIRECT (Results 1 - 8 of 8) 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/media/libaudiohal/4.0/
H A DConversionHelperHidl.cpp148 case AudioMicrophoneChannelMapping::DIRECT:
/frameworks/av/services/audioflinger/
H A DThreads.cpp441 case DIRECT:
442 return "DIRECT";
882 case DIRECT:
1230 case DIRECT:
1233 ALOGW("checkEffectCompatibility_l(): effect %s on DIRECT output thread %s",
2075 case DIRECT:
2820 // shared by MIXER and DIRECT, overridden by DUPLICATING
2918 - mStandbyDelayNs from mActiveSleepTimeUs (DIRECT only) or forced to at least
2986 if (mType != DIRECT) {
3633 if ((mType == OFFLOAD || mType == DIRECT)
[all...]
H A DThreads.h29 DIRECT, // Thread class is DirectOutputThread enumerator in enum:ThreadBase::type_t
913 bool usesHwAvSync() const { return (mType == DIRECT) && (mOutput != NULL)
1023 // same as AudioFlinger::mStandbyTimeInNsecs except for DIRECT which uses a shorter value
H A DTracks.cpp954 } else if ((thread->type() == ThreadBase::DIRECT) ||
H A DAudioFlinger.cpp2765 return thread != NULL && thread->type() != ThreadBase::DIRECT ? (MixerThread *) thread : NULL;

Completed in 302 milliseconds