OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getContainerCode
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/mtp/
MtpEventPacket.h
42
inline MtpEventCode getEventCode() const { return
getContainerCode
(); }
MtpRequestPacket.h
43
inline MtpOperationCode getOperationCode() const { return
getContainerCode
(); }
MtpResponsePacket.h
41
inline MtpResponseCode getResponseCode() const { return
getContainerCode
(); }
MtpPacket.h
49
uint16_t
getContainerCode
() const;
MtpPacket.cpp
115
uint16_t MtpPacket::
getContainerCode
() const {
Completed in 345 milliseconds