HomeSort by relevance Sort by last modified time
    Searched defs:SharedLibrary (Results 1 - 3 of 3) 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 {
  /art/runtime/
jni_internal.cc 445 class SharedLibrary {
447 SharedLibrary(const std::string& path, void* handle, Object* class_loader)
564 SharedLibrary* Get(const std::string& path) {
569 void Put(const std::string& path, SharedLibrary* library) {
580 SharedLibrary* library = lib.second;
604 SafeMap<std::string, SharedLibrary*> libraries_;
    [all...]

Completed in 108 milliseconds