• Home
  • History
  • Annotate
  • 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()
176 ALOGV("We succeeded, replacing hook (%llu) with layer entry (%llu), for %s", in ApplyLayer()
186 ALOGV("ApplyLayers called for %s with next (%llu), current_layer_ (%i)", name, in ApplyLayers()
193 ALOGV("ApplyLayers: Calling ApplyLayer with i = %i for %s with next (%llu)", i, name, in ApplyLayers()
198 ALOGV("ApplyLayers returning %llu for %s", (unsigned long long)val, name); in ApplyLayers()
214 ALOGV("LayerPlatformEntries: Replaced (%llu) with platform entry (%llu), for %s", in LayerPlatformEntries()
217 ALOGV("LayerPlatformEntries: No change(%llu) for %s, which means layer did not " in LayerPlatformEntries()
239 ALOGV("LayerDriverEntries: Replaced (%llu) with platform entry (%llu), for %s", in LayerDriverEntries()
244 ALOGV("LayerDriverEntries: Skipped (%llu) for %s", (unsigned long long)prev, name); in LayerDriverEntries()
277 ALOGV("InitLayers: func_idx after platform_names: %i", func_idx); in InitLayers()
282 ALOGV("InitLayers: func_idx after egl_names: %i", func_idx); in InitLayers()
287 ALOGV("InitLayers: func_idx after gl_names: %i", func_idx); in InitLayers()
397 ALOGV("Loaded layer handle (%llu) for layer %s", (unsigned long long)dlhandle_, in LoadLayers()
408 ALOGV("Looking for entrypoint %s", init_func.c_str()); in LoadLayers()
412 ALOGV("Found %s for layer %s", init_func.c_str(), layer.c_str()); in LoadLayers()
421 ALOGV("Looking for entrypoint %s", setup_func.c_str()); in LoadLayers()
425 ALOGV("Found %s for layer %s", setup_func.c_str(), layer.c_str()); in LoadLayers()