Searched refs:mReceivedInstanceId (Results 1 – 2 of 2) sorted by relevance
77 mReceivedInstanceId(CHRE_INSTANCE_ID) {} in EventBetweenApps1()106 if (mReceivedInstanceId != CHRE_INSTANCE_ID) { in handleEvent()113 mReceivedInstanceId = senderInstanceId; in handleEvent()125 (mReceivedInstanceId != CHRE_INSTANCE_ID)) { in handleEvent()126 if (mApp0InstanceId == mReceivedInstanceId) { in handleEvent()130 &mReceivedInstanceId); in handleEvent()
82 uint32_t mReceivedInstanceId; variable