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

  /frameworks/av/media/libmedia/include/media/
SharedLibrary.h 25 class SharedLibrary : public RefBase {
27 explicit SharedLibrary(const String8 &path);
28 ~SharedLibrary();
36 DISALLOW_EVIL_CONSTRUCTORS(SharedLibrary);
  /hardware/interfaces/drm/1.0/vts/functional/
shared_library.h 24 class SharedLibrary {
26 explicit SharedLibrary(const std::string& path);
27 ~SharedLibrary();
36 SharedLibrary(const SharedLibrary&) = delete;
37 void operator=(const SharedLibrary&) = delete;
shared_library.cpp 26 SharedLibrary::SharedLibrary(const string& path) {
30 SharedLibrary::~SharedLibrary() {
37 bool SharedLibrary::operator!() const {
41 void* SharedLibrary::lookup(const char* symbol) const {
52 const char* SharedLibrary::lastError() const {
  /frameworks/av/drm/libmediadrm/
SharedLibrary.cpp 22 #include <media/SharedLibrary.h>
27 SharedLibrary::SharedLibrary(const String8 &path) {
31 SharedLibrary::~SharedLibrary() {
38 bool SharedLibrary::operator!() const {
42 void *SharedLibrary::lookup(const char *symbol) const {
52 const char *SharedLibrary::lastError() const {
  /external/clang/tools/scan-build-py/libear/
__init__.py 226 class SharedLibrary(object):
260 return SharedLibrary(name, toolset)
  /art/runtime/
java_vm_ext.cc 61 class SharedLibrary {
63 SharedLibrary(JNIEnv* env, Thread* self, const std::string& path, void* handle,
77 ~SharedLibrary() {
227 SharedLibrary* Get(const std::string& path) REQUIRES(Locks::jni_libraries_lock_) {
232 void Put(const std::string& path, SharedLibrary* library)
249 SharedLibrary* const library = lib.second;
280 std::vector<SharedLibrary*> unload_libraries;
284 SharedLibrary* const library = it->second;
314 AllocationTrackingSafeMap<std::string, SharedLibrary*, kAllocatorTagJNILibraries> libraries_
777 SharedLibrary* library
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 98 SharedLibrary,

Completed in 142 milliseconds