HomeSort by relevance Sort by last modified time
    Searched refs:refType (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/webaudio/
AudioNode.cpp 174 void AudioNode::ref(RefType refType)
176 switch (refType) {
191 printf("%p: %d: AudioNode::ref(%d) %d %d %d\n", this, type(), refType, m_normalRefCount, m_connectionRefCount, m_disabledRefCount);
194 if (m_connectionRefCount == 1 && refType == RefTypeConnection) {
202 void AudioNode::deref(RefType refType)
219 finishDeref(refType);
226 context()->addDeferredFinishDeref(this, refType);
236 void AudioNode::finishDeref(RefType refType
    [all...]
AudioNode.h 79 enum RefType { RefTypeNormal, RefTypeConnection, RefTypeDisabled };
82 void ref(RefType refType = RefTypeNormal);
83 void deref(RefType refType = RefTypeNormal);
86 void finishDeref(RefType refType);
AudioContext.h 183 void addDeferredFinishDeref(AudioNode*, AudioNode::RefType);
242 // with an optional argument for refType. We need to use the special refType: RefTypeConnection
267 RefInfo(AudioNode* node, AudioNode::RefType refType)
269 , m_refType(refType)
273 AudioNode::RefType m_refType;
AudioContext.cpp 446 void AudioContext::addDeferredFinishDeref(AudioNode* node, AudioNode::RefType refType)
449 m_deferredFinishDerefList.append(AudioContext::RefInfo(node, refType));
501 AudioNode::RefType refType = m_deferredFinishDerefList[i].m_refType;
502 node->finishDeref(refType);
  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 237 CFTypeRef refType;
239 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementCookieKey));
240 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number))
242 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMinKey));
243 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number))
245 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMaxKey));
246 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number)
    [all...]
  /dalvik/vm/interp/
Interp.cpp     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_xmf.c 545 EAS_I32 refType;
581 if ((result = XMF_ReadVLQ(hwInstData, pXMFData->fileHandle, &refType)) != EAS_SUCCESS)
593 if (refType == 2)
603 else if (refType != 1)
605 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unexpected reference type %d\n", refType); */ }
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 407 if (const ReferenceType *refType = varType->getAs<ReferenceType>())
408 varType = refType->getPointeeType();
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/libxml2/
xmlschemas.c     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 227 milliseconds