OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MtpStorage
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/mtp/
MtpStorage.cpp
17
#define LOG_TAG "
MtpStorage
"
21
#include "
MtpStorage
.h"
35
MtpStorage
::
MtpStorage
(MtpStorageID id, const char* filePath,
46
LOGV("
MtpStorage
id: %d path: %s\n", id, filePath);
49
MtpStorage
::~
MtpStorage
() {
52
int
MtpStorage
::getType() const {
56
int
MtpStorage
::getFileSystemType() const {
60
int
MtpStorage
::getAccessCapability() const
[
all
...]
MtpStorage.h
27
class
MtpStorage
{
40
MtpStorage
(MtpStorageID id, const char* filePath,
43
virtual ~
MtpStorage
();
/frameworks/base/media/java/android/mtp/
MtpStorage.java
28
public class
MtpStorage
{
37
public
MtpStorage
(StorageVolume volume) {
Completed in 96 milliseconds