History log of /system/chre/apps/chqts/src/shared/send_message.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f9dbc69a1e55a71e5b65632c68c2ff344a011f4e 15-Feb-2018 Arthur Ishiguro <arthuri@google.com> Fix address-of-packed-member warning in CHQTS

Modifies hostToLittleEndian and littleEndianToHost
methods to pass-by-value to avoid potentially taking
the address of a member of a packed struct.

Bug: 73294389
Test: make -C {nanoapp} google_x86_linux, also verify CHQTS pass
Change-Id: I73dd0beadf9c09ac46f48532e00865599d56a9b8
/system/chre/apps/chqts/src/shared/send_message.cc
1168c0e4ed11fc9afa03e8fb679729b41c1a89b7 15-Feb-2018 Arthur Ishiguro <arthuri@google.com> Fix implicit cast compile errors in CHQTS nanoapps

Bug: 73294389
Test: make -C {nanoapp} google_x86_linux, also verify CHQTS pass
Change-Id: If20895eea68d6906a1b837608e57c323a864bf5d
/system/chre/apps/chqts/src/shared/send_message.cc
5960cb0c521a9f99c083c6e07ba4cd58848610bd 15-Feb-2018 Arthur Ishiguro <arthuri@google.com> Uses chreSendMessageHostEndpoint in CHQTS

Bug: 73294389
Test: make -C {nanoapp} google_x86_linux, also verify CHQTS pass
Change-Id: I355fec96266b1affe75ff1c1d6fa2edf226612c2
/system/chre/apps/chqts/src/shared/send_message.cc
4d04a937b1bf7a949dfb00650b2640a9ed0c8aca 14-Sep-2017 Arthur Ishiguro <arthuri@google.com> Move CHQTS source/build files to system/chre

Bug: 65589937
Test: Build CHQTS nanoapps from vendor/xts with the new path
using build_gts_nanoapps.sh. Verify compile works with SLPI/nanohub.

Change-Id: I0292f26f99f39c1aaa31d96233e0eec22c8e7277
/system/chre/apps/chqts/src/shared/send_message.cc