OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SharedLibrary
(Results
1 - 4
of
4
) 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 {
/external/clang/tools/scan-build-py/libear/
__init__.py
226
class
SharedLibrary
(object):
260
return
SharedLibrary
(name, toolset)
/art/runtime/jni/
java_vm_ext.cc
71
class
SharedLibrary
{
73
SharedLibrary
(JNIEnv* env, Thread* self, const std::string& path, void* handle,
87
~
SharedLibrary
() {
232
std::vector<
SharedLibrary
*> unload_libraries;
234
SharedLibrary
* const library = it->second;
260
SharedLibrary
* Get(const std::string& path) REQUIRES(Locks::jni_libraries_lock_) {
265
void Put(const std::string& path,
SharedLibrary
* library)
311
SharedLibrary
* const library = lib.second;
337
std::vector<
SharedLibrary
*> unload_libraries;
341
SharedLibrary
* const library = it->second
[
all
...]
Completed in 220 milliseconds