HomeSort by relevance Sort by last modified time
    Searched defs:SharedLibrary (Results 1 - 9 of 9) 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);
  /frameworks/av/drm/libmediadrm/
SharedLibrary.cpp 22 #include <mediadrm/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 {
  /hardware/interfaces/cas/1.0/default/
SharedLibrary.cpp 18 #define LOG_TAG "android.hardware.cas@1.0-SharedLibrary"
22 #include "SharedLibrary.h"
31 SharedLibrary::SharedLibrary(const String8 &path) {
35 SharedLibrary::~SharedLibrary() {
42 bool SharedLibrary::operator!() const {
46 void *SharedLibrary::lookup(const char *symbol) const {
56 const char *SharedLibrary::lastError() const {
SharedLibrary.h 30 class SharedLibrary : public RefBase {
32 explicit SharedLibrary(const String8 &path);
33 ~SharedLibrary();
41 DISALLOW_EVIL_CONSTRUCTORS(SharedLibrary);
  /hardware/interfaces/drm/1.0/default/
SharedLibrary.cpp 18 #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 {
54 const char* SharedLibrary::lastError() const {
  /hardware/interfaces/drm/1.0/default/include/
SharedLibrary.h 29 class SharedLibrary : public RefBase {
31 explicit SharedLibrary(const String8& path);
32 ~SharedLibrary();
41 SharedLibrary(const SharedLibrary&) = delete;
42 void operator=(const SharedLibrary&) = delete;
  /external/clang/tools/scan-build-py/libear/
__init__.py 226 class SharedLibrary(object):
260 return SharedLibrary(name, toolset)
  /art/runtime/
java_vm_ext.cc 67 class SharedLibrary {
69 SharedLibrary(JNIEnv* env, Thread* self, const std::string& path, void* handle,
83 ~SharedLibrary() {
238 SharedLibrary* Get(const std::string& path) REQUIRES(Locks::jni_libraries_lock_) {
243 void Put(const std::string& path, SharedLibrary* library)
288 SharedLibrary* const library = lib.second;
314 std::vector<SharedLibrary*> unload_libraries;
318 SharedLibrary* const library = it->second;
348 AllocationTrackingSafeMap<std::string, SharedLibrary*, kAllocatorTagJNILibraries> libraries_
864 SharedLibrary* library
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 98 SharedLibrary,

Completed in 128 milliseconds