OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MtpDebug
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/mtp/
MtpDebug.h
27
class
MtpDebug
{
Android.mk
23
MtpDebug
.cpp \
MtpDebug.cpp
17
#include "
MtpDebug
.h"
380
const char*
MtpDebug
::getOperationCodeName(MtpOperationCode code) {
384
const char*
MtpDebug
::getFormatCodeName(MtpObjectFormat code) {
390
const char*
MtpDebug
::getObjectPropCodeName(MtpPropertyCode code) {
396
const char*
MtpDebug
::getDevicePropCodeName(MtpPropertyCode code) {
MtpServer.cpp
31
#include "
MtpDebug
.h"
171
ALOGV("operation: %s",
MtpDebug
::getOperationCodeName(operation));
411
ALOGE("got unsupported command %s",
MtpDebug
::getOperationCodeName(operation));
618
MtpDebug
::getObjectPropCodeName(property));
629
MtpDebug
::getObjectPropCodeName(property));
637
MtpDebug
::getDevicePropCodeName(property));
645
MtpDebug
::getDevicePropCodeName(property));
653
MtpDebug
::getDevicePropCodeName(property));
669
handle,
MtpDebug
::getFormatCodeName(format),
670
MtpDebug
::getObjectPropCodeName(property), groupCode, depth)
[
all
...]
MtpProperty.cpp
20
#include "
MtpDebug
.h"
323
ALOGI(" %s (%04X)",
MtpDebug
::getDevicePropCodeName(mCode), mCode);
325
ALOGI(" %s (%04X)",
MtpDebug
::getObjectPropCodeName(mCode), mCode);
MtpDevice.cpp
19
#include "
MtpDebug
.h"
253
ALOGI("*** FORMAT: %s\n",
MtpDebug
::getFormatCodeName(format));
264
MtpDebug
::getObjectPropCodeName(prop));
768
ALOGV("sendRequest: %s\n",
MtpDebug
::getOperationCodeName(operation));
Completed in 107 milliseconds