HomeSort by relevance Sort by last modified time
    Searched refs:findObject (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrDebugGL.h 49 GrFakeRefObj *findObject(GrGLuint ID, GrObjTypes type);
158 reinterpret_cast<className *>(GrDebugGL::getInstance()->findObject(id, classEnum))
GrDebugGL.cpp 78 GrFakeRefObj *GrDebugGL::findObject(GrGLuint ID, GrObjTypes type) {
  /external/skia/src/gpu/gl/debug/
GrDebugGL.h 49 GrFakeRefObj *findObject(GrGLuint ID, GrObjTypes type);
158 reinterpret_cast<className *>(GrDebugGL::getInstance()->findObject(id, classEnum))
GrDebugGL.cpp 78 GrFakeRefObj *GrDebugGL::findObject(GrGLuint ID, GrObjTypes type) {
  /frameworks/native/include/binder/
Binder.h 53 virtual void* findObject(const void* objectID) const;
IBinder.h 144 virtual void* findObject(const void* objectID) const = 0;
BpBinder.h 56 virtual void* findObject(const void* objectID) const;
  /dalvik/vm/
IndirectRefTable.cpp 186 static int findObject(const Object* obj, int bottomIndex, int topIndex,
197 return findObject(obj, 0, segmentState.parts.topIndex, table_) >= 0;
253 int i = findObject(reinterpret_cast<Object*>(iref), bottomIndex, topIndex, table_);
  /external/chromium_org/third_party/skia/include/utils/
SkJSON.h 89 bool findObject(const char name[], Object** = NULL) const;
  /external/skia/include/utils/
SkJSON.h 89 bool findObject(const char name[], Object** = NULL) const;
  /external/clang/utils/
ClangDataFormat.py 111 obj = findObject(typename, frame)
117 def findObject(typename, frame):
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 175 if (msg->findObject("subtitle", &obj)) {
188 msg->findObject("source", &obj);
  /dalvik/hit/src/com/android/hit/
Queries.java 40 * object findObject
44 * reachableFrom make a call to findObject to get the target
49 * rootsTo make a call to findObject on the leaf node
193 public static Instance findObject(State state, String id) {
  /external/chromium_org/v8/tools/profviz/
worker.js 145 if (FS.findObject(input_file_name)) {
155 displayplot(FS.findObject(output_file_name));
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 68 bool findObject(const char *name, sp<RefBase> *obj) const;
  /frameworks/native/libs/binder/
Binder.cpp 157 void* BBinder::findObject(const void* objectID) const
BpBinder.cpp 295 void* BpBinder::findObject(const void* objectID) const
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 374 CHECK(msg->findObject("response", &obj));
462 CHECK(msg->findObject("response", &obj));
552 CHECK(msg->findObject("response", &obj));
741 CHECK(msg->findObject("response", &obj));
770 CHECK(msg->findObject("response", &obj));
MyHandler.h 477 CHECK(msg->findObject("response", &obj));
582 CHECK(msg->findObject("description", &obj));
638 CHECK(msg->findObject("response", &obj));
764 CHECK(msg->findObject("response", &obj));
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 323 CHECK(msg->findObject("source", &obj));
414 CHECK(msg->findObject("native-window", &obj));
436 CHECK(msg->findObject("sink", &obj));
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 189 bool found = response->findObject("input-surface", &obj);
656 msg->findObject("input-surface", &obj);
696 CHECK(msg->findObject("portDesc", &obj));
965 if (!msg->findObject("native-window", &obj)) {
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkJSON.cpp 271 bool SkJSON::Object::findObject(const char name[], SkJSON::Object** value) const {
  /external/skia/src/utils/
SkJSON.cpp 271 bool SkJSON::Object::findObject(const char name[], SkJSON::Object** value) const {
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 134 CHECK(msg->findObject("native-window", &obj));

Completed in 249 milliseconds

1 2