Lines Matching refs:cookie

134 typedef void (MessageBuilderFunction)(FlatBufferBuilder& builder, void *cookie);
196 void *cookie) { in buildAndEnqueueMessage() argument
204 msgBuilder(*builder, cookie); in buildAndEnqueueMessage()
223 void buildNanoappListResponse(FlatBufferBuilder& builder, void *cookie) { in buildNanoappListResponse() argument
233 auto *cbData = static_cast<NanoappListData *>(cookie); in buildNanoappListResponse()
265 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in finishLoadingNanoappCallback() argument
266 auto *cbData = static_cast<LoadNanoappCallbackData *>(cookie); in finishLoadingNanoappCallback()
287 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in handleUnloadNanoappCallback() argument
288 auto *cbData = static_cast<UnloadNanoappCallbackData *>(cookie); in handleUnloadNanoappCallback()
379 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in sendDebugDumpData() argument
380 const auto *data = static_cast<const DebugDumpMessageData *>(cookie); in sendDebugDumpData()
395 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in sendDebugDumpResponse() argument
396 const auto *cbData = static_cast<const DebugDumpCallbackData *>(cookie); in sendDebugDumpResponse()
409 void onDebugDumpDataReady(void *cookie, const char *debugStr, in onDebugDumpDataReady() argument
411 auto *cbData = static_cast<DebugDumpCallbackData *>(cookie); in onDebugDumpDataReady()
435 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in sendFragmentResponse() argument
436 auto *cbData = static_cast<FragmentedLoadInfoResponse *>(cookie); in sendFragmentResponse()
457 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in sendTimeSyncRequest() argument
742 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in sendAudioRequest() argument
752 auto msgBuilder = [](FlatBufferBuilder& builder, void *cookie) { in sendAudioRelease() argument