Searched defs:targetInstanceId (Results 1 - 4 of 4) sorted by relevance

/system/chre/core/include/chre/core/
H A Devent.h44 uint32_t targetInstanceId = kBroadcastInstanceId);
64 const uint32_t targetInstanceId; member in class:chre::Event
/system/chre/core/
H A Dhost_comms_manager.cc73 const void *messageData, uint32_t messageSize, uint32_t targetInstanceId) {
94 freeMessageFromHostCallback, kSystemInstanceId, targetInstanceId);
107 uint32_t targetInstanceId; local
117 &targetInstanceId)) {
123 targetInstanceId);
71 deliverNanoappMessageFromHost( uint64_t appId, uint16_t hostEndpoint, uint32_t messageType, const void *messageData, uint32_t messageSize, uint32_t targetInstanceId) argument
H A Devent_loop.cc247 uint32_t targetInstanceId) {
253 senderInstanceId,targetInstanceId);
267 uint32_t targetInstanceId) {
272 senderInstanceId,targetInstanceId);
276 eventType, targetInstanceId);
329 uint32_t targetInstanceId) {
333 senderInstanceId, targetInstanceId);
369 if ((event->targetInstanceId == chre::kBroadcastInstanceId
371 || event->targetInstanceId == app->getInstanceId()) {
245 postEvent(uint16_t eventType, void *eventData, chreEventCompleteFunction *freeCallback, uint32_t senderInstanceId, uint32_t targetInstanceId) argument
265 postEventOrFree(uint16_t eventType, void *eventData, chreEventCompleteFunction *freeCallback, uint32_t senderInstanceId, uint32_t targetInstanceId) argument
327 allocateAndPostEvent(uint16_t eventType, void *eventData, chreEventCompleteFunction *freeCallback, uint32_t senderInstanceId, uint32_t targetInstanceId) argument
/system/chre/platform/shared/
H A Dchre_api_core.cc49 uint32_t targetInstanceId) {
61 nanoapp->getInstanceId(), targetInstanceId);
47 chreSendEvent(uint16_t eventType, void *eventData, chreEventCompleteFunction *freeCallback, uint32_t targetInstanceId) argument

Completed in 79 milliseconds