Home
last modified time | relevance | path

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

/system/chre/host/common/include/chre_host/
Dhost_protocol_host.h132 static void encodeDebugConfiguration(flatbuffers::FlatBufferBuilder &builder);
/system/chre/host/common/
Dhost_protocol_host.cc110 void HostProtocolHost::encodeDebugConfiguration(FlatBufferBuilder &builder) { in encodeDebugConfiguration() function in android::chre::HostProtocolHost
/system/chre/host/hal_generic/common/
Dhal_chre_socket_connection.cc97 HostProtocolHost::encodeDebugConfiguration(builder); in sendDebugConfiguration()