Searched defs:descriptor (Results 1 - 12 of 12) sorted by relevance

/system/core/gatekeeperd/
H A DIGateKeeperService.h46 static const android::String16 descriptor; member in class:android::IGateKeeperService
/system/bt/bta/include/
H A Dbta_hd_api.h59 tBTA_HD_DEV_DESCR descriptor; member in struct:__anon353
H A Dbta_hh_api.h54 #define BTA_HH_GET_DSCP_EVT 10 /* Get report descriptor */
186 /* report descriptor information */
202 tBTA_HH_DEV_DESCR descriptor; member in struct:__anon379
463 * Description Get report descriptor of the device
/system/tools/aidl/
H A Dgenerate_java_binder.cpp64 // descriptor
65 Field* descriptor = local
68 descriptor->value = "\"" + interfaceType->JavaType() + "\"";
69 this->elements.push_back(descriptor);
492 // the interface descriptor transaction handler
499 // and the proxy-side method returning the descriptor directly
/system/libhidl/transport/
H A DServiceManagement.cpp448 void preloadPassthroughService(const std::string &descriptor) { argument
449 PassthroughServiceManager::openLibs(descriptor,
/system/bt/bta/gatt/
H A Dbta_gattc_cache.cc316 tBTA_GATTC_DESCRIPTOR* descriptor = local
319 descriptor->handle = handle;
320 memcpy(&descriptor->uuid, p_uuid, sizeof(tBT_UUID));
325 "%s: Illegal action to add descriptor before adding a "
328 osi_free(descriptor);
335 descriptor->characteristic = char_node;
336 list_append(char_node->descriptors, descriptor);
457 * Description Start discovery for characteristic descriptor
464 APPL_TRACE_DEBUG("starting discover characteristics descriptor");
553 /* start discoverying characteristic descriptor , i
[all...]
/system/bt/bta/hh/
H A Dbta_hh_int.h203 tBTA_HH_DEV_DESCR descriptor; member in struct:__anon206
219 tBTA_HH_DEV_DSCP_INFO dscp_info; /* report descriptor and DI information */
/system/chre/host/msm/daemon/generated/
H A Dchre_slpi_skel.c336 //at the alignment requrements for the descriptor
339 //simple enumerators, so the value read from the descriptor
353 const Type *descriptor; member in struct:UnionType
H A Dchre_slpi_stub.c336 //at the alignment requrements for the descriptor
339 //simple enumerators, so the value read from the descriptor
353 const Type *descriptor; member in struct:UnionType
/system/core/init/
H A Dservice.cpp300 // Remove any descriptor resources we may have created.
568 auto descriptor = std::make_unique<T>(args[1], args[2], uid, gid, perm, context); local
572 [&descriptor] (const auto& other) { return descriptor.get() == other.get(); });
575 *err = "duplicate descriptor " + args[1] + " " + args[2];
579 descriptors_.emplace_back(std::move(descriptor));
/system/core/libziparchive/
H A Dzip_archive.cc460 const DataDescriptor* descriptor = reinterpret_cast<const DataDescriptor*>(ddBuf + offset); local
462 // Validate that the values in the data descriptor match those in the central
464 if (entry->compressed_length != descriptor->compressed_size ||
465 entry->uncompressed_length != descriptor->uncompressed_size ||
466 entry->crc32 != descriptor->crc32) {
470 descriptor->compressed_size, descriptor->uncompressed_size, descriptor->crc32);
545 // specified in the central directory match those in the data descriptor.
556 // If there is no trailing data descriptor, verif
[all...]
/system/tools/hidl/test/
H A Dhidl_test_client.cpp630 EXPECT_OK(manager->listByInterface(IParent::descriptor,
685 std::string("['") + IParent::descriptor + "/" + instanceName +
686 "', '" + IParent::descriptor + "/" + instanceName + "']");
702 EXPECT_TRUE(manager->unregisterForNotifications(IParent::descriptor,
707 EXPECT_TRUE(manager->unregisterForNotifications(IParent::descriptor,
712 EXPECT_TRUE(manager->unregisterForNotifications(IParent::descriptor,
752 std::string descriptor = ISimple::descriptor; local
755 "['" + descriptor + "/" + instanceOne + "', '"
756 + descriptor
[all...]

Completed in 293 milliseconds