• Home
  • Raw
  • Download

Lines Matching refs:ALOGV

79     ALOGV("getNextLayerProcAddress servicing %s", name);  in getNextLayerProcAddress()
84 ALOGV("getNextLayerProcAddress - name(%s) no func_indices entry found", name); in getNextLayerProcAddress()
88ALOGV("getNextLayerProcAddress - name(%s) gpaIndex(%i) <- using GPA from this index", name, gpaInd… in getNextLayerProcAddress()
90ALOGV("getNextLayerProcAddress - name(%s) gpaIndex(%i) gpaNext(%llu) <- using GPA at this address"… in getNextLayerProcAddress()
98ALOGV("getNextLayerProcAddress - name(%s) gpaIndex(%i) gpaNext(%llu) Got back (%llu) from GPA", na… in getNextLayerProcAddress()
108ALOGV("getNextLayerProcAddress - name(%s) index(%i) entry(%llu) - Got a hit, returning known entry… in getNextLayerProcAddress()
120ALOGV("SetupFuncMaps - name(%s), func_idx(%i), No entry for func_indices, assigning now", name, fu… in SetupFuncMaps()
124ALOGV("SetupFuncMaps - name(%s), func_idx(%i), Found entry for func_indices", name, func_idx); in SetupFuncMaps()
130ALOGV("SetupFuncMaps - name(%s), func_idx(%i), No entry for functions, assigning (%llu)", name, fu… in SetupFuncMaps()
133ALOGV("SetupFuncMaps - name(%s), func_idx(%i), Found entry for functions (%llu)", name, func_idx, … in SetupFuncMaps()
178 ALOGV("We succeeded, replacing hook (%llu) with layer entry (%llu), for %s", in ApplyLayer()
188 ALOGV("ApplyLayers called for %s with next (%llu), current_layer_ (%i)", name, in ApplyLayers()
195 ALOGV("ApplyLayers: Calling ApplyLayer with i = %i for %s with next (%llu)", i, name, in ApplyLayers()
200 ALOGV("ApplyLayers returning %llu for %s", (unsigned long long)val, name); in ApplyLayers()
216 ALOGV("LayerPlatformEntries: Replaced (%llu) with platform entry (%llu), for %s", in LayerPlatformEntries()
219 ALOGV("LayerPlatformEntries: No change(%llu) for %s, which means layer did not " in LayerPlatformEntries()
241 ALOGV("LayerDriverEntries: Replaced (%llu) with platform entry (%llu), for %s", in LayerDriverEntries()
246 ALOGV("LayerDriverEntries: Skipped (%llu) for %s", (unsigned long long)prev, name); in LayerDriverEntries()
279 ALOGV("InitLayers: func_idx after platform_names: %i", func_idx); in InitLayers()
284 ALOGV("InitLayers: func_idx after egl_names: %i", func_idx); in InitLayers()
289 ALOGV("InitLayers: func_idx after gl_names: %i", func_idx); in InitLayers()
401 ALOGV("Loaded layer handle (%llu) for layer %s", (unsigned long long)handle, in LoadLayers()
412 ALOGV("Looking for entrypoint %s", init_func.c_str()); in LoadLayers()
417 ALOGV("Found %s for layer %s", init_func.c_str(), layer.c_str()); in LoadLayers()
426 ALOGV("Looking for entrypoint %s", setup_func.c_str()); in LoadLayers()
431 ALOGV("Found %s for layer %s", setup_func.c_str(), layer.c_str()); in LoadLayers()