OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MtpEventCode
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/mtp/
MtpEventPacket.h
41
inline
MtpEventCode
getEventCode() const { return getContainerCode(); }
42
inline void setEventCode(
MtpEventCode
code)
MtpTypes.h
31
typedef uint16_t
MtpEventCode
;
MtpServer.h
111
void sendEvent(
MtpEventCode
code, uint32_t param1);
MtpServer.cpp
91
static const
MtpEventCode
kSupportedEventCodes[] = {
264
void MtpServer::sendEvent(
MtpEventCode
code, uint32_t param1) {
[
all
...]
Completed in 73 milliseconds