Searched refs:folder (Results 1 - 5 of 5) sorted by relevance

/system/bt/osi/src/socket_utils/
H A DREADME17 The sources in this folder re -
28 existing ones must put the sources in this folder and refactor
/system/bt/stack/avrc/
H A Davrc_pars_ct.cc236 tAVRC_ITEM_FOLDER* folder = &(curr_item->u.folder); local
240 BE_STREAM_TO_ARRAY(p, folder->uid, AVRC_UID_SIZE);
241 BE_STREAM_TO_UINT8(folder->type, p);
242 BE_STREAM_TO_UINT8(folder->playable, p);
246 BE_STREAM_TO_UINT16(folder->name.charset_id, p);
247 BE_STREAM_TO_UINT16(folder->name.str_len, p);
248 folder->name.p_str = (uint8_t*)osi_malloc(
249 (folder->name.str_len + 1) * sizeof(uint8_t));
250 BE_STREAM_TO_ARRAY(p, folder
[all...]
H A Davrc_bld_tg.cc856 /* find the position to add the folder depth.
992 p_folder = &p_item_list[xx].u.folder;
/system/bt/btif/src/
H A Dbtif_rc.cc2024 * Description Returns the list of media items in current folder along with
2098 memcpy(item.u.folder.uid, cur_item->folder.uid, sizeof(tAVRC_UID));
2099 item.u.folder.type = cur_item->folder.type;
2100 item.u.folder.playable = cur_item->folder.playable;
2101 item.u.folder.name.charset_id = AVRC_CHARSET_ID_UTF8;
2102 item.u.folder.name.str_len = strlen((char*)cur_item->folder
[all...]
/system/bt/stack/include/
H A Davrc_defs.h266 /* Not a Directory - The UID provided does not refer to a folder item -
435 /* folder type */
844 /* NowPlaying. This bit is set if the player supports the NowPlaying folder.
1058 tAVRC_UID uid; /* The uid of this folder */
1063 bool playable; /* true, if the folder can be played. */
1064 tAVRC_FULL_NAME name; /* The folder name, name length and character set id. */
1090 tAVRC_ITEM_FOLDER folder; /* The properties of a folder item.*/ member in union:__anon974::__anon975

Completed in 60 milliseconds