Searched refs:app_name (Results 1 – 2 of 2) sorted by relevance
/system/extras/pagecache/ |
D | pagecache.py | 230 def parse_atrace_line(line, pagecache_stats, app_name): argument 239 if app_name != None and not (app_name in m.group(0)): 280 def read_and_parse_trace_file(trace_file, pagecache_stats, app_name): argument 282 parse_atrace_line(line, pagecache_stats, app_name) 285 def read_and_parse_trace_data_live(stdout, stderr, pagecache_stats, app_name): argument 323 parse_atrace_line(line, pagecache_stats, app_name) 388 read_and_parse_trace_file(trace_file, pagecache_stats, options.app_name) 401 read_and_parse_trace_data_live(atrace.stdout, atrace.stderr, pagecache_stats, options.app_name)
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 340 char app_name[LEN_UUID_128 + 1]; in bta_hh_le_enable() local 349 memset (app_name, 0, LEN_UUID_128 + 1); in bta_hh_le_enable() 350 strncpy(app_name, "BTA HH OVER LE", LEN_UUID_128); in bta_hh_le_enable() 352 memcpy((void *)app_uuid.uu.uuid128, (void *)app_name, LEN_UUID_128); in bta_hh_le_enable()
|