Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Devent_between_apps_test.cc57 uint32_t app1InstanceId; in handleEvent() local
61 sizeof(app1InstanceId)); in handleEvent()
67 nanoapp_testing::memcpy(&app1InstanceId, message, sizeof(app1InstanceId)); in handleEvent()
68 nanoapp_testing::littleEndianToHost(&app1InstanceId); in handleEvent()
74 chreSendEvent(kEventType, sendData, nullptr, app1InstanceId); in handleEvent()