HomeSort by relevance Sort by last modified time
    Searched refs:MojoSystemThunks (Results 1 - 6 of 6) sorted by null

  /external/libmojo/mojo/edk/embedder/
entrypoints.h 14 // Creates a MojoSystemThunks struct populated with the EDK's implementation of
17 MOJO_SYSTEM_IMPL_EXPORT MojoSystemThunks MakeSystemThunks();
entrypoints.cc 266 MojoSystemThunks MakeSystemThunks() {
267 MojoSystemThunks system_thunks = {sizeof(MojoSystemThunks),
embedder.cc 80 MojoSystemThunks thunks = MakeSystemThunks();
  /external/libmojo/mojo/public/c/system/
set_thunks_for_app.cc 16 const MojoSystemThunks* system_thunks) {
thunks.h 21 // typedef MojoResult (*MojoSetSystemThunksFn)(MojoSystemThunks*);
25 // MojoSystemThunks system_thunks = MojoMakeSystemThunks();
27 // if (expected_size > sizeof(MojoSystemThunks)) {
29 // << "Invalid DSO. Expected MojoSystemThunks size: "
39 struct MojoSystemThunks {
40 size_t size; // Should be set to sizeof(MojoSystemThunks).
171 const struct MojoSystemThunks* system_thunks);
176 const struct MojoSystemThunks* system_thunks);
thunks.cc 13 static MojoSystemThunks g_thunks = {0};
292 size_t MojoEmbedderSetSystemThunks(const MojoSystemThunks* system_thunks) {

Completed in 126 milliseconds