Home
last modified time | relevance | path

Searched refs:descriptors (Results 1 – 25 of 54) sorted by relevance

123

/system/nvram/messages/
Dmessage_codec.cpp23 const FieldDescriptor* descriptors, in MessageEncoderBase() argument
26 descriptors_(descriptors), in MessageEncoderBase()
31 const FieldDescriptor* descriptors, in Encode() argument
33 MessageEncoderBase encoder(object, descriptors, num_descriptors); in Encode()
83 const FieldDescriptor* descriptors, in MessageDecoderBase() argument
86 descriptors_(descriptors), in MessageDecoderBase()
91 const FieldDescriptor* descriptors, in Decode() argument
93 MessageDecoderBase decoder(object, descriptors, num_descriptors); in Decode()
/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_characteristic.cc44 std::vector<BluetoothGattDescriptor> descriptors; in writeToParcel() local
46 descriptors.push_back(desc); in writeToParcel()
49 status = parcel->writeParcelableVector(descriptors); in writeToParcel()
72 std::vector<BluetoothGattDescriptor> descriptors; in readFromParcel() local
73 status = parcel->readParcelableVector(&descriptors); in readFromParcel()
76 for (const auto& desc : descriptors) { in readFromParcel()
/system/bt/service/common/bluetooth/
Dcharacteristic.h31 const std::vector<Descriptor>& descriptors) in Characteristic() argument
36 descriptors_(descriptors){}; in Characteristic()
49 const std::vector<Descriptor>& descriptors() const { return descriptors_; } in descriptors() function
50 std::vector<Descriptor>& descriptors() { return descriptors_; } in descriptors() function
/system/nvram/messages/include/nvram/messages/
Dmessage_codec.h67 const FieldDescriptor* descriptors,
74 const FieldDescriptor* descriptors,
107 const FieldDescriptor* descriptors,
113 const FieldDescriptor* descriptors,
/system/sepolicy/prebuilts/api/26.0/public/
Ddex2oat.te24 # Read already open asec_apk_file file descriptors passed by installd.
42 # Allow dex2oat to use file descriptors from otapreopt.
58 # pass file descriptors for the preopted boot image to dex2oat. So dex2oat needs to be able to
Dpostinstall_dexopt.te53 # Allow otapreopt to use file descriptors from otapreopt_chroot.
54 # TODO: Probably we can actually close file descriptors...
Dotapreopt_chroot.te16 # Allow otapreopt to use file descriptors from update-engine. It will
/system/sepolicy/public/
Ddex2oat.te24 # Read already open asec_apk_file file descriptors passed by installd.
42 # Allow dex2oat to use file descriptors from otapreopt.
58 # pass file descriptors for the preopted boot image to dex2oat. So dex2oat needs to be able to
Dpostinstall_dexopt.te55 # Allow otapreopt to use file descriptors from otapreopt_chroot.
56 # TODO: Probably we can actually close file descriptors...
Dotapreopt_chroot.te16 # Allow otapreopt to use file descriptors from update-engine. It will
/system/sepolicy/prebuilts/api/28.0/public/
Ddex2oat.te24 # Read already open asec_apk_file file descriptors passed by installd.
42 # Allow dex2oat to use file descriptors from otapreopt.
58 # pass file descriptors for the preopted boot image to dex2oat. So dex2oat needs to be able to
Dpostinstall_dexopt.te55 # Allow otapreopt to use file descriptors from otapreopt_chroot.
56 # TODO: Probably we can actually close file descriptors...
Dotapreopt_chroot.te16 # Allow otapreopt to use file descriptors from update-engine. It will
/system/sepolicy/prebuilts/api/27.0/public/
Ddex2oat.te24 # Read already open asec_apk_file file descriptors passed by installd.
42 # Allow dex2oat to use file descriptors from otapreopt.
58 # pass file descriptors for the preopted boot image to dex2oat. So dex2oat needs to be able to
Dpostinstall_dexopt.te53 # Allow otapreopt to use file descriptors from otapreopt_chroot.
54 # TODO: Probably we can actually close file descriptors...
Dotapreopt_chroot.te16 # Allow otapreopt to use file descriptors from update-engine. It will
/system/sepolicy/prebuilts/api/28.0/private/
Dsecure_element.te11 # already open bugreport file descriptors may be shared with
Dnfc.te31 # already open bugreport file descriptors may be shared with
/system/sepolicy/private/
Dsecure_element.te11 # already open bugreport file descriptors may be shared with
Dnfc.te31 # already open bugreport file descriptors may be shared with
/system/core/fs_mgr/
Dfs_mgr_avb.cpp417 std::unique_ptr<const AvbDescriptor* [], decltype(&avb_free)> descriptors( in get_hashtree_descriptor() local
422 if (!descriptors || num_descriptors < 1) { in get_hashtree_descriptor()
439 if (!avb_descriptor_validate_and_byteswap(descriptors[j], &desc)) { in get_hashtree_descriptor()
444 … desc_partition_name = (const uint8_t*)descriptors[j] + sizeof(AvbHashtreeDescriptor); in get_hashtree_descriptor()
446 (AvbHashtreeDescriptor*)descriptors[j], out_hashtree_desc)) { in get_hashtree_descriptor()
/system/libhidl/transport/base/1.0/
DIBase.hal49 * @return descriptors a vector of descriptors of the run-time type of the
52 interfaceChain() generates (vec<string> descriptors);
/system/bt/bta/gatt/
Dbta_gattc_cache.cc102 if (c.descriptors.empty()) { in display_db()
107 for (const tBTA_GATTC_DESCRIPTOR& d : c.descriptors) { in display_db()
239 char_node->descriptors.emplace_back( in add_descriptor_to_gatt_db()
696 for (const tBTA_GATTC_DESCRIPTOR& desc : charac.descriptors) { in bta_gattc_get_descriptor_srcb()
722 for (const tBTA_GATTC_DESCRIPTOR& desc : charac.descriptors) { in bta_gattc_get_owning_characteristic_srcb()
785 db_size += charac.descriptors.size(); in bta_gattc_get_db_size()
849 for (const tBTA_GATTC_DESCRIPTOR& desc : charac.descriptors) { in bta_gattc_get_gatt_db_impl()
1001 for (const tBTA_GATTC_DESCRIPTOR& desc : charac.descriptors) { in bta_gattc_cache_save()
/system/sepolicy/prebuilts/api/26.0/private/
Dnfc.te28 # already open bugreport file descriptors may be shared with
/system/sepolicy/prebuilts/api/27.0/private/
Dnfc.te31 # already open bugreport file descriptors may be shared with

123