Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Devent_between_apps_test.cc80 , mReceivedInstanceId(CHRE_INSTANCE_ID) { in EventBetweenApps1()
113 if (mReceivedInstanceId != CHRE_INSTANCE_ID) { in handleEvent()
120 mReceivedInstanceId = senderInstanceId; in handleEvent()
132 && (mReceivedInstanceId != CHRE_INSTANCE_ID)) { in handleEvent()
133 if (mApp0InstanceId == mReceivedInstanceId) { in handleEvent()
137 "event: ", &mReceivedInstanceId); in handleEvent()
Devent_between_apps_test.h82 uint32_t mReceivedInstanceId; variable