Home
last modified time | relevance | path

Searched refs:IMtpHandle (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/mtp/
DIMtpHandle.h23 class IMtpHandle {
40 virtual ~IMtpHandle() {} in ~IMtpHandle()
43 IMtpHandle *get_ffs_handle();
44 IMtpHandle *get_mtp_handle();
DMtpDataPacket.h23 class IMtpHandle; variable
99 int read(IMtpHandle *h);
102 int write(IMtpHandle *h);
103 int writeData(IMtpHandle *h, void* data, uint32_t length);
DMtpResponsePacket.h23 class IMtpHandle; variable
35 int write(IMtpHandle *h);
DMtpEventPacket.h23 class IMtpHandle; variable
35 int write(IMtpHandle *h);
DMtpRequestPacket.h23 class IMtpHandle; variable
36 int read(IMtpHandle *h);
DMtpDevHandle.cpp38 class MtpDevHandle : public IMtpHandle {
98 IMtpHandle *get_mtp_handle() { in get_mtp_handle()
DMtpResponsePacket.cpp39 int MtpResponsePacket::write(IMtpHandle *h) { in write()
DMtpRequestPacket.cpp40 int MtpRequestPacket::read(IMtpHandle *h) { in read()
DMtpEventPacket.cpp39 int MtpEventPacket::write(IMtpHandle *h) { in write()
DMtpFfsHandle.h27 class MtpFfsHandle : public IMtpHandle {
DMtpServer.h74 static IMtpHandle* sHandle;
DMtpDataPacket.cpp443 int MtpDataPacket::read(IMtpHandle *h) { in read()
452 int MtpDataPacket::write(IMtpHandle *h) { in write()
459 int MtpDataPacket::writeData(IMtpHandle *h, void* data, uint32_t length) { in writeData()
DMtpFfsHandle.cpp868 IMtpHandle *get_ffs_handle() { in get_ffs_handle()
DMtpServer.cpp125 IMtpHandle* MtpServer::sHandle = nullptr;
/frameworks/av/media/mtp/tests/
DMtpFfsHandle_test.cpp54 std::unique_ptr<IMtpHandle> handle;
65 handle = std::unique_ptr<IMtpHandle>(get_ffs_handle()); in MtpFfsHandleTest()