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

  /system/chre/platform/slpi/include/chre/target_platform/
static_nanoapp_init.h 51 appInfo.entryPoints.start = nanoappStart; \
52 appInfo.entryPoints.handleEvent = nanoappHandleEvent; \
53 appInfo.entryPoints.end = nanoappEnd; \
  /system/chre/platform/shared/nanoapp/
nanoapp_support_lib_dso.c 42 .entryPoints = {
  /system/chre/platform/shared/include/chre/platform/shared/
nanoapp_support_lib_dso.h 94 } entryPoints;
  /system/chre/platform/slpi/
platform_nanoapp.cc 87 return (mIsStatic || openNanoapp()) ? mAppInfo->entryPoints.start() : false;
93 mAppInfo->entryPoints.handleEvent(senderInstanceId, eventType, eventData);
97 mAppInfo->entryPoints.end();
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 568 std::vector<std::unique_ptr<Instruction> > entryPoints;
SpvBuilder.cpp 857 entryPoints.push_back(std::unique_ptr<Instruction>(entryPoint));
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h 568 std::vector<std::unique_ptr<Instruction> > entryPoints;
SpvBuilder.cpp 857 entryPoints.push_back(std::unique_ptr<Instruction>(entryPoint));
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 367 milliseconds