HomeSort by relevance Sort by last modified time
    Searched defs:host_endpoint (Results 1 - 2 of 2) sorted by null

  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 219 uint16_t host_endpoint() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
246 void add_host_endpoint(uint16_t host_endpoint) {
247 fbb_.AddElement<uint16_t>(NanoappMessage::VT_HOST_ENDPOINT, host_endpoint, 65534);
269 uint16_t host_endpoint = 65534,
275 builder_.add_host_endpoint(host_endpoint);
283 uint16_t host_endpoint = 65534,
289 host_endpoint,
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 323 uint16_t host_endpoint; member in struct:chre::fbs::ChreMessage::NanoappMessageT
328 host_endpoint(65534) {
356 uint16_t host_endpoint() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
392 void add_host_endpoint(uint16_t host_endpoint) {
393 fbb_.AddElement<uint16_t>(NanoappMessage::VT_HOST_ENDPOINT, host_endpoint, 65534);
415 uint16_t host_endpoint = 65534,
421 builder_.add_host_endpoint(host_endpoint);
429 uint16_t host_endpoint = 65534,
435 host_endpoint,
    [all...]

Completed in 902 milliseconds