/system/chre/host/msm/daemon/ |
D | README.md | 1 This folder contains source code for the daemon used to host CHRE on SLPI for 4 This daemon cannot be built out of this folder, however, because it depends on
|
/system/bt/packet/tests/avrcp/ |
D | get_folder_items_packet_test.cc | 72 auto folder = FolderItem(0x0000000000000001, 0x00, true, "Test Folder"); in TEST() local 73 builder->AddFolder(folder); in TEST() 80 auto folder = FolderItem(0x0000000000000001, 0x00, true, "Test Folder"); in TEST() local 81 builder->AddFolder(folder); in TEST() 191 auto folder = FolderItem(0x01, 0x00, true, "test folder"); in TEST() local 196 ASSERT_DEATH(builder->AddFolder(folder), "scope_ == Scope::VFS"); in TEST() 209 ASSERT_DEATH(builder->AddFolder(folder), "scope_ == Scope::VFS"); in TEST()
|
/system/bt/tools/scripts/ |
D | dump_hearingaid_audio.py | 52 folder = None variable 306 if folder is not None: 307 if not os.path.exists(folder): 308 os.makedirs(folder) 309 file_name = os.path.join(folder, "-".join(file_name_list) + file_type) 456 if arg.folder is not None: 457 global folder 458 folder = arg.folder
|
/system/bt/stack/avrc/ |
D | avrc_pars_ct.cc | 322 tAVRC_ITEM_FOLDER* folder = &(curr_item->u.folder); in avrc_pars_browse_rsp() local 328 BE_STREAM_TO_ARRAY(p, folder->uid, AVRC_UID_SIZE); in avrc_pars_browse_rsp() 329 BE_STREAM_TO_UINT8(folder->type, p); in avrc_pars_browse_rsp() 330 BE_STREAM_TO_UINT8(folder->playable, p); in avrc_pars_browse_rsp() 335 BE_STREAM_TO_UINT16(folder->name.charset_id, p); in avrc_pars_browse_rsp() 336 BE_STREAM_TO_UINT16(folder->name.str_len, p); in avrc_pars_browse_rsp() 337 min_len += folder->name.str_len; in avrc_pars_browse_rsp() 339 folder->name.p_str = (uint8_t*)osi_malloc( in avrc_pars_browse_rsp() 340 (folder->name.str_len + 1) * sizeof(uint8_t)); in avrc_pars_browse_rsp() 341 BE_STREAM_TO_ARRAY(p, folder->name.p_str, folder->name.str_len); in avrc_pars_browse_rsp() [all …]
|
D | avrc_bld_tg.cc | 990 p_folder = &p_item_list[xx].u.folder; in avrc_bld_get_folder_items_rsp()
|
/system/chre/chre_api/legacy/ |
D | README.md | 1 This folder contains prior versions of the CHRE API, intended for reference
|
/system/sepolicy/vendor/ |
D | hal_wifi_hostapd_default.te | 9 # Allow hostapd to access it's data folder
|
/system/chre/apps/wifi_offload/ |
D | README.md | 1 This folder contains definitions for data types and serialization APIs used for
|
/system/bt/osi/src/socket_utils/ |
D | README | 17 The sources in this folder re - 28 existing ones must put the sources in this folder and refactor
|
/system/chre/platform/shared/idl/ |
D | README.md | 1 This folder contains FlatBuffers schema used in the communications protocol
|
/system/chre/external/flatbuffers/ |
D | README.md | 1 This folder contains a modified version of the FlatBuffers implementation header
|
/system/connectivity/wificond/net/kernel-header-latest/ |
D | README.txt | 3 This folder contains any wifi kernel header updates to the kernels running on
|
/system/libufdt/tests/ |
D | README | 1 This folder contains scripts and test data to test libufdt.
|
/system/bt/profile/avrcp/ |
D | device.cc | 1038 if ((temp.type == ListItem::FOLDER && temp.folder.media_id == media_id) || in GetItemAttributesVFSResponse() 1049 builder->AddAttributeEntry(Attribute::TITLE, item_requested.folder.name); in GetItemAttributesVFSResponse() 1054 item_requested.folder.name); in GetItemAttributesVFSResponse() 1142 vfs_ids_.insert(item.folder.media_id); in GetVFSListResponse() 1156 auto folder = items[i].folder; in GetVFSListResponse() local 1158 FolderItem folder_item(vfs_ids_.get_uid(folder.media_id), 0x00, in GetVFSListResponse() 1159 folder.is_playable, folder.name); in GetVFSListResponse()
|
/system/libufdt/utils/ |
D | README.md | 1 libufdt `utils` folder 4 This folder contains utilities for device tree overlay.
|
/system/bt/include/hardware/avrcp/ |
D | avrcp.h | 69 FolderInfo folder; member
|
/system/bt/btif/src/ |
D | btif_rc.cc | 2037 memcpy(item.u.folder.uid, cur_item->folder.uid, sizeof(tAVRC_UID)); in get_folder_items_list_rsp() 2038 item.u.folder.type = cur_item->folder.type; in get_folder_items_list_rsp() 2039 item.u.folder.playable = cur_item->folder.playable; in get_folder_items_list_rsp() 2040 item.u.folder.name.charset_id = AVRC_CHARSET_ID_UTF8; in get_folder_items_list_rsp() 2041 item.u.folder.name.str_len = strlen((char*)cur_item->folder.name); in get_folder_items_list_rsp() 2042 item.u.folder.name.p_str = cur_item->folder.name; in get_folder_items_list_rsp() 4045 const tAVRC_ITEM_FOLDER* avrc_item_folder = &(avrc_item->u.folder); in get_folder_item_type_folder() 4046 btrc_item_folder_t* btrc_item_folder = &(btrc_item->folder); in get_folder_item_type_folder()
|
/system/core/adb/ |
D | SYNC.TXT | 27 LIST - List the files in a folder
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 54 com.example.IFoo might sit in a folder hierarchy 67 folder structure (as given to `LOCAL_SRC_FILES`) must look like:
|
/system/bt/include/hardware/ |
D | bt_rc.h | 275 btrc_item_folder_t folder; member
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 128 Additionally, one should specify a folder with all the partitions' images 138 …acked version of packed | Searched for in dir if --search_path=dir. This folder should have the al… 202 Here is a basic example configuration. This can also be found in the 'example' folder
|
/system/core/rootdir/ |
D | init.rc | 841 # Give writes to anyone for the trace folder on debug builds. 842 # The folder is used to store method traces. 844 # Give reads to anyone for the window trace folder on debug builds.
|
/system/bt/stack/include/ |
D | avrc_defs.h | 1090 tAVRC_ITEM_FOLDER folder; /* The properties of a folder item.*/ member
|
/system/media/audio_utils/ |
D | Doxyfile | 1257 # the HTML output folder.
|
D | Doxyfile.orig | 1257 # the HTML output folder.
|