Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 25 of 30) sorted by relevance

12

/system/chre/host/msm/daemon/
DREADME.md1 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/
Dget_folder_items_packet_test.cc72 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/packet/tests/fuzzers/
Dget_folder_items_res_fuzzer.cc47 auto folder = FolderItem(0x0000000000000001, 0x00, true, s); in LLVMFuzzerTestOneInput() local
48 builder2->AddFolder(folder); in LLVMFuzzerTestOneInput()
/system/bt/tools/scripts/
Ddump_hearingaid_audio.py66 folder = None variable
353 if folder is not None:
354 if not os.path.exists(folder):
355 os.makedirs(folder)
356 audio_file_name = os.path.join(folder, "-".join(file_name_list) + file_type)
359 debug_file_name = os.path.join(folder, file_prefix + "-".join(file_name_list) + ".txt")
552 if arg.folder is not None:
553 global folder
554 folder = arg.folder
/system/bt/stack/avrc/
Davrc_pars_ct.cc322 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 …]
Davrc_bld_tg.cc990 p_folder = &p_item_list[xx].u.folder; in avrc_bld_get_folder_items_rsp()
/system/chre/chre_api/legacy/
DREADME.md1 This folder contains prior versions of the CHRE API, intended for reference
/system/chre/apps/wifi_offload/
DREADME.md1 This folder contains definitions for data types and serialization APIs used for
/system/sepolicy/vendor/
Dhal_wifi_hostapd_default.te9 # Allow hostapd to access it's data folder
/system/bt/osi/src/socket_utils/
DREADME17 The sources in this folder re -
28 existing ones must put the sources in this folder and refactor
/system/chre/platform/shared/idl/
DREADME.md1 This folder contains FlatBuffers schema used in the communications protocol
/system/chre/external/flatbuffers/
DREADME.md1 This folder contains a modified version of the FlatBuffers implementation header
/system/connectivity/wificond/net/kernel-header-latest/
DREADME.txt3 This folder contains any wifi kernel header updates to the kernels running on
/system/libufdt/tests/
DREADME1 This folder contains scripts and test data to test libufdt.
/system/bt/profile/avrcp/
Ddevice.cc1048 if ((temp.type == ListItem::FOLDER && temp.folder.media_id == media_id) || in GetItemAttributesVFSResponse()
1059 builder->AddAttributeEntry(Attribute::TITLE, item_requested.folder.name); in GetItemAttributesVFSResponse()
1064 item_requested.folder.name); in GetItemAttributesVFSResponse()
1152 vfs_ids_.insert(item.folder.media_id); in GetVFSListResponse()
1166 auto folder = items[i].folder; in GetVFSListResponse() local
1168 FolderItem folder_item(vfs_ids_.get_uid(folder.media_id), 0x00, in GetVFSListResponse()
1169 folder.is_playable, folder.name); in GetVFSListResponse()
/system/libufdt/utils/
DREADME.md1 libufdt `utils` folder
4 This folder contains utilities for device tree overlay.
/system/bt/include/hardware/avrcp/
Davrcp.h69 FolderInfo folder; member
/system/bt/btif/src/
Dbtif_rc.cc2118 memcpy(item.u.folder.uid, cur_item->folder.uid, sizeof(tAVRC_UID)); in get_folder_items_list_rsp()
2119 item.u.folder.type = cur_item->folder.type; in get_folder_items_list_rsp()
2120 item.u.folder.playable = cur_item->folder.playable; in get_folder_items_list_rsp()
2121 item.u.folder.name.charset_id = AVRC_CHARSET_ID_UTF8; in get_folder_items_list_rsp()
2122 item.u.folder.name.str_len = strlen((char*)cur_item->folder.name); in get_folder_items_list_rsp()
2123 item.u.folder.name.p_str = cur_item->folder.name; in get_folder_items_list_rsp()
4175 const tAVRC_ITEM_FOLDER* avrc_item_folder = &(avrc_item->u.folder); in get_folder_item_type_folder()
4176 btrc_item_folder_t* btrc_item_folder = &(btrc_item->folder); in get_folder_item_type_folder()
/system/core/adb/
DSYNC.TXT27 LIST - List the files in a folder
/system/bt/include/hardware/
Dbt_rc.h277 btrc_item_folder_t folder; member
/system/core/fastboot/fuzzy_fastboot/
DREADME.md128 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/bt/stack/include/
Davrc_defs.h1091 tAVRC_ITEM_FOLDER folder; /* The properties of a folder item.*/ member
/system/core/rootdir/
Dinit.rc1069 # Give writes to anyone for the trace folder on debug builds.
1070 # The folder is used to store method traces.
1072 # Give reads to anyone for the window trace folder on debug builds.
/system/sepolicy/private/
Dsystem_server.te1143 # Allow system server rw access to files in /metadata/staged-install folder
/system/sepolicy/prebuilts/api/30.0/private/
Dsystem_server.te1120 # Allow system server rw access to files in /metadata/staged-install folder

12