Searched refs:init_func (Results 1 – 2 of 2) sorted by relevance
419 std::string init_func = "AndroidGLESLayer_Initialize"; in LoadLayers() local420 ALOGV("Looking for entrypoint %s", init_func.c_str()); in LoadLayers()422 layer_init_func LayerInit = GetTrampoline<layer_init_func>(init_func.c_str()); in LoadLayers()424 ALOGV("Found %s for layer %s", init_func.c_str(), layer.c_str()); in LoadLayers()427 ALOGE("Failed to dlsym %s for layer %s", init_func.c_str(), layer.c_str()); in LoadLayers()
323 init_func_t init_func = reinterpret_cast<init_func_t>(gFunctions[FUNC_INITIALIZE]); in FinishInstallHooks() local332 if (!init_func(prev_dispatch, &gZygoteChild, options)) { in FinishInstallHooks()