Home
last modified time | relevance | path

Searched refs:refType (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
DAudioNode.cpp174 void AudioNode::ref(RefType refType) in ref() argument
176 switch (refType) { in ref()
191 …printf("%p: %d: AudioNode::ref(%d) %d %d %d\n", this, type(), refType, m_normalRefCount, m_connect… in ref()
194 if (m_connectionRefCount == 1 && refType == RefTypeConnection) { in ref()
202 void AudioNode::deref(RefType refType) in deref() argument
219 finishDeref(refType); in deref()
226 context()->addDeferredFinishDeref(this, refType); in deref()
236 void AudioNode::finishDeref(RefType refType) in finishDeref() argument
240 switch (refType) { in finishDeref()
258 …printf("%p: %d: AudioNode::deref(%d) %d %d %d\n", this, type(), refType, m_normalRefCount, m_conne… in finishDeref()
[all …]
DAudioNode.h82 void ref(RefType refType = RefTypeNormal);
83 void deref(RefType refType = RefTypeNormal);
86 void finishDeref(RefType refType);
DAudioContext.cpp446 void AudioContext::addDeferredFinishDeref(AudioNode* node, AudioNode::RefType refType) in addDeferredFinishDeref() argument
449 m_deferredFinishDerefList.append(AudioContext::RefInfo(node, refType)); in addDeferredFinishDeref()
501 AudioNode::RefType refType = m_deferredFinishDerefList[i].m_refType; in handleDeferredFinishDerefs() local
502 node->finishDeref(refType); in handleDeferredFinishDerefs()
DAudioContext.h267 RefInfo(AudioNode* node, AudioNode::RefType refType) in RefInfo()
269 , m_refType(refType) in RefInfo()
/external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
DSDL_sysjoystick.c237 CFTypeRef refType; in HIDGetElementInfo() local
239 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementCookieKey)); in HIDGetElementInfo()
240 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number)) in HIDGetElementInfo()
242 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMinKey)); in HIDGetElementInfo()
243 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number)) in HIDGetElementInfo()
245 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMaxKey)); in HIDGetElementInfo()
246 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number)) in HIDGetElementInfo()
/external/sonivox/arm-wt-22k/lib_src/
Deas_xmf.c545 EAS_I32 refType; in XMF_ReadNode() local
581 if ((result = XMF_ReadVLQ(hwInstData, pXMFData->fileHandle, &refType)) != EAS_SUCCESS) in XMF_ReadNode()
593 if (refType == 2) in XMF_ReadNode()
603 else if (refType != 1) in XMF_ReadNode()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp442 if (const ReferenceType *refType = varType->getAs<ReferenceType>()) in ProcessAutomaticObjDtor() local
443 varType = refType->getPointeeType(); in ProcessAutomaticObjDtor()
/external/clang/lib/CodeGen/
DCGExpr.cpp2059 if (const ReferenceType *refType = type->getAs<ReferenceType>()) { in EmitLValueForField() local
2075 type = refType->getPointeeType(); in EmitLValueForField()
/external/libxml2/
Dxmlschemas.c2798 xmlSchemaTypeType refType, in xmlSchemaPResCompAttrErr() argument
2805 refTypeStr = (const char *) xmlSchemaItemTypeToStr(refType); in xmlSchemaPResCompAttrErr()
5386 xmlSchemaTypeType refType, in xmlSchemaNewQNameRef() argument
5404 ret->itemType = refType; in xmlSchemaNewQNameRef()