Searched refs:runChildProcessor (Results 1 – 6 of 6) sorted by relevance
137 if (content->runChildProcessor != NULL) { in AppSpawnChild()138 ret = content->runChildProcessor(content, client); in AppSpawnChild()
74 int (*runChildProcessor)(struct AppSpawnContent *content, AppSpawnClient *client); member
183 content->runChildProcessor = RunChildProcessor; in SetContentFunction()
295 content->runChildProcessor = loop; in RegChildLooper()
399 content->runChildProcessor(content, &liteClient->client);
1206 if (content->runChildProcessor != NULL) { in AppSpawnColdRun()1207 ret = content->runChildProcessor(content, &property->client); in AppSpawnColdRun()1326 APPSPAWN_CHECK(content->runChildProcessor != NULL, AppSpawnDestroyContent(content); in StartSpawnService()