HomeSort by relevance Sort by last modified time
    Searched defs:functionPointer (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/Platform/
Module.h 57 template<typename FunctionType> FunctionType functionPointer(const char* functionName) const;
81 template<typename FunctionType> FunctionType Module::functionPointer(const char* functionName) const
  /external/webkit/Source/WebCore/bridge/jni/
JNIUtility.cpp 46 static FunctionPointerType functionPointer = 0;
47 if (!functionPointer)
48 functionPointer = reinterpret_cast<FunctionPointerType>(dlsym(javaVMFramework, "JNI_GetCreatedJavaVMs"));
49 if (!functionPointer)
51 return functionPointer(vmBuf, bufLen, nVMs);
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 461 AVCEncFuncPtr *functionPointer; /* store pointers to platform specific functions */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 425 FuncPtr *functionPointer; /* structure containing platform dependent functions */

Completed in 998 milliseconds