Home
last modified time | relevance | path

Searched refs:dvmDbgOutputAllInterfaces (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/
DDebugger.h205 void dvmDbgOutputAllInterfaces(RefTypeId refTypeId, ExpandBuf* pReply);
DDebugger.cpp1264 void dvmDbgOutputAllInterfaces(RefTypeId refTypeId, ExpandBuf* pReply) in dvmDbgOutputAllInterfaces() function
/dalvik/vm/jdwp/
DJdwpHandler.cpp604 dvmDbgOutputAllInterfaces(refTypeId, pReply); in handleRT_Interfaces()