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"
381
const char*
MtpDebug
::getOperationCodeName(MtpOperationCode code) {
385
const char*
MtpDebug
::getFormatCodeName(MtpObjectFormat code) {
391
const char*
MtpDebug
::getObjectPropCodeName(MtpPropertyCode code) {
397
const char*
MtpDebug
::getDevicePropCodeName(MtpPropertyCode code) {
MtpServer.cpp
32
#include "
MtpDebug
.h"
173
ALOGV("operation: %s",
MtpDebug
::getOperationCodeName(operation));
335
ALOGV("got command %s (%x)",
MtpDebug
::getOperationCodeName(operation), operation);
428
MtpDebug
::getOperationCodeName(operation), operation);
655
MtpDebug
::getObjectPropCodeName(property));
668
MtpDebug
::getObjectPropCodeName(property));
678
MtpDebug
::getDevicePropCodeName(property));
688
MtpDebug
::getDevicePropCodeName(property));
698
MtpDebug
::getDevicePropCodeName(property));
716
handle,
MtpDebug
::getFormatCodeName(format)
[
all
...]
MtpProperty.cpp
22
#include "
MtpDebug
.h"
342
ALOGI(" %s (%04X)",
MtpDebug
::getDevicePropCodeName(mCode), mCode);
344
ALOGI(" %s (%04X)",
MtpDebug
::getObjectPropCodeName(mCode), mCode);
MtpDevice.cpp
19
#include "
MtpDebug
.h"
288
ALOGI("*** FORMAT: %s\n",
MtpDebug
::getFormatCodeName(format));
299
MtpDebug
::getObjectPropCodeName(prop));
834
ALOGV("sendRequest: %s\n",
MtpDebug
::getOperationCodeName(operation));
Completed in 109 milliseconds