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

  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 70 fRoot.fChild.subtree = allocateNode(0);
80 Node* newRoot = this->allocateNode(oldRoot->fLevel + 1);
97 fRoot.fChild.subtree = allocateNode(0);
131 SkRTree::Node* SkRTree::allocateNode(uint16_t level) {
151 Node* newSibling = this->allocateNode(root->fLevel);
387 Node* n = allocateNode(level);
SkRTree.h 196 Node* allocateNode(uint16_t level);
  /external/skia/src/core/
SkRTree.cpp 63 fRoot.fChild.subtree = allocateNode(0);
73 Node* newRoot = this->allocateNode(oldRoot->fLevel + 1);
90 fRoot.fChild.subtree = allocateNode(0);
124 SkRTree::Node* SkRTree::allocateNode(uint16_t level) {
144 Node* newSibling = this->allocateNode(root->fLevel);
380 Node* n = allocateNode(level);
SkRTree.h 196 Node* allocateNode(uint16_t level);
  /frameworks/av/media/libstagefright/
OMXClient.cpp 46 virtual status_t allocateNode(
209 status_t MuxOMX::allocateNode(
225 status_t err = omx->allocateNode(name, observer, node);
OMXCodec.cpp 363 status_t err = omx->allocateNode(componentName, observer, &node);
    [all...]
ACodec.cpp     [all...]
  /frameworks/av/include/media/
IOMX.h 55 virtual status_t allocateNode(
  /frameworks/av/media/libstagefright/include/
OMX.h 38 virtual status_t allocateNode(
  /frameworks/av/media/libmedia/
IOMX.cpp 98 virtual status_t allocateNode(
573 status_t err = allocateNode(name, observer, &node);
  /frameworks/av/media/libstagefright/omx/
OMX.cpp 222 status_t OMX::allocateNode(
OMXNodeInstance.cpp 194 CLOG_LIFE(allocateNode, "handle=%p", handle);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
ListHashSet.h 288 Node* allocateNode()
364 return allocator->allocateNode();
    [all...]
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 291 mOMX->allocateNode(componentName, this, &node);
292 EXPECT_SUCCESS(err, "allocateNode");
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h     [all...]

Completed in 455 milliseconds