OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdbApiInstance
(Results
1 - 2
of
2
) sorted by null
/development/host/windows/usb/api/
adb_api_instance.cpp
18
This file consists of implementation of class
AdbApiInstance
that is a main
33
AdbApiInstance
::
AdbApiInstance
()
43
AdbApiInstance
::~
AdbApiInstance
() {
46
void
AdbApiInstance
::LastReferenceReleased() {
adb_api_instance.h
20
This file consists of declaration of class
AdbApiInstance
that is a main
29
/** Class
AdbApiInstance
is the main API interbal object representing a device
41
a corresponded
AdbApiInstance
object is looked up in the table and its
49
class
AdbApiInstance
{
55
AdbApiInstance
();
59
~
AdbApiInstance
();
110
/// Defines map that matches ADBAPIINSTANCEHANDLE with
AdbApiInstance
object
111
typedef std::map< ADBAPIINSTANCEHANDLE,
AdbApiInstance
* > AdbApiInstanceMap;
Completed in 91 milliseconds