Searched refs:mReceivedInstanceId (Results 1 – 2 of 2) sorted by relevance
80 , 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()
82 uint32_t mReceivedInstanceId; variable