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

  /external/chromium_org/base/
scoped_native_library.cc 25 void* ScopedNativeLibrary::GetFunctionPointer(
  /external/chromium_org/chrome/utility/media_galleries/
image_metadata_extractor.cc 110 if (!GetFunctionPointer(lib, &exif_loader_write_func_,
112 !GetFunctionPointer(lib, &exif_loader_new_func_, "exif_loader_new") ||
113 !GetFunctionPointer(lib, &exif_loader_unref_func_,
115 !GetFunctionPointer(lib, &exif_loader_get_data_func_,
117 !GetFunctionPointer(lib, &exif_data_free_func_, "exif_data_free") ||
118 !GetFunctionPointer(lib, &exif_data_get_byte_order_func_,
120 !GetFunctionPointer(lib, &exif_get_short_func_, "exif_get_short") ||
121 !GetFunctionPointer(lib, &exif_get_long_func_, "exif_get_long") ||
122 !GetFunctionPointer(lib, &exif_get_rational_func_,
124 !GetFunctionPointer(lib, &exif_entry_get_value_func_
    [all...]

Completed in 908 milliseconds