Home
last modified time | relevance | path

Searched refs:title (Results 1 – 6 of 6) sorted by relevance

/system/extras/tests/sdcard/
Dplot_sdcard.py205 gp.title(metadata.AsTitle())
216 title=dataset.name,
242 gp.title(metadata.AsTitle())
252 title=dataset.name,
274 gp.title(metadata.AsTitle())
279 title=dataset.name,
/system/bt/btif/src/
Dbtif_sock_util.c186 void dump_bin(const char* title, const char* data, int size) in dump_bin() argument
192 LOG_DEBUG("%s, size:%d, dump started {", title, size); in dump_bin()
260 LOG_DEBUG("%s, size:%d, dump ended }", title, size); in dump_bin()
/system/bt/btif/include/
Dbtif_sock_util.h32 void dump_bin(const char* title, const char* data, int size);
/system/core/logcat/
Devent.logtags76 50000 menu_item_selected (Menu type where 0 is options and 1 is context|1|5),(Menu item title|3)
/system/media/camera/docs/
Dhtml.mako21 <title>Android Camera HAL3.2 Properties</title>
/system/bt/bta/jv/
Dbta_jv_act.c102 static inline void logu(const char* title, const uint8_t * p_uuid) in logu() argument
106 APPL_TRACE_DEBUG("%s: %s", title, uuids); in logu()