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

  /frameworks/av/media/libmediaplayerservice/
SharedLibrary.h 25 class SharedLibrary : public RefBase {
27 SharedLibrary(const String8 &path);
28 ~SharedLibrary();
36 DISALLOW_EVIL_CONSTRUCTORS(SharedLibrary);
SharedLibrary.cpp 24 #include "SharedLibrary.h"
28 SharedLibrary::SharedLibrary(const String8 &path) {
32 SharedLibrary::~SharedLibrary() {
39 bool SharedLibrary::operator!() const {
43 void *SharedLibrary::lookup(const char *symbol) const {
50 const char *SharedLibrary::lastError() const {
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 77 typedef SharedLibrary::linker_function_t linker_function_t;
99 SharedLibraryResolver(SharedLibrary* lib,
147 SharedLibrary* dep = wrap->GetCrazy();
159 SharedLibrary* lib_;
216 SharedLibrary::SharedLibrary() { ::memset(this, 0, sizeof(*this)); }
218 SharedLibrary::~SharedLibrary() {
228 bool SharedLibrary::Load(const char* full_path,
392 bool SharedLibrary::Relocate(LibraryList* lib_list
    [all...]
crazy_linker_shared_library.h 31 class SharedLibrary {
33 SharedLibrary();
34 ~SharedLibrary();
139 // Helper class to iterate over dependencies in a given SharedLibrary.
148 DependencyIterator(SharedLibrary* lib)
177 SharedLibrary* list_next_;
178 SharedLibrary* list_prev_;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 65 typedef SharedLibrary::linker_function_t linker_function_t;
87 SharedLibraryResolver(SharedLibrary* lib,
135 SharedLibrary* dep = wrap->GetCrazy();
147 SharedLibrary* lib_;
153 SharedLibrary::SharedLibrary() { ::memset(this, 0, sizeof(*this)); }
155 SharedLibrary::~SharedLibrary() {
161 bool SharedLibrary::Load(const char* full_path,
287 bool SharedLibrary::Relocate(LibraryList* lib_list
    [all...]
crazy_linker_shared_library.h 31 class SharedLibrary {
33 SharedLibrary();
34 ~SharedLibrary();
139 // Helper class to iterate over dependencies in a given SharedLibrary.
148 DependencyIterator(SharedLibrary* lib)
177 SharedLibrary* list_next_;
178 SharedLibrary* list_prev_;
  /frameworks/base/tools/aapt/
ResourceTable.h 97 SharedLibrary,
  /art/runtime/
jni_internal.cc 350 class SharedLibrary {
352 SharedLibrary(const std::string& path, void* handle, mirror::Object* class_loader)
497 SharedLibrary* Get(const std::string& path) {
502 void Put(const std::string& path, SharedLibrary* library) {
513 SharedLibrary* library = lib.second;
551 AllocationTrackingSafeMap<std::string, SharedLibrary*, kAllocatorTagJNILibrarires> libraries_;
    [all...]

Completed in 370 milliseconds