Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 – 25 of 25) sorted by relevance

/system/libhidl/transport/
DHidlPassthroughSupport.cpp30 static sp<IBase> tryWrap(const std::string& descriptor, sp<IBase> iface) { in tryWrap()
59 for (const std::string& descriptor : types) { in wrapPassthroughInternal() local
DHidlLazyUtils.cpp92 const std::string descriptor = getDescriptor(service.get()); in registerService() local
143 const std::string descriptor = getDescriptor(entry.service.get()); in tryShutdown() local
DServiceManagement.cpp107 static void tryShortenProcessName(const std::string& descriptor) { in tryShortenProcessName()
179 static void onRegistrationImpl(const std::string& descriptor, const std::string& instanceName) { in onRegistrationImpl()
564 void preloadPassthroughService(const std::string &descriptor) { in preloadPassthroughService()
699 bool handleCastError(const Return<bool>& castReturn, const std::string& descriptor, in handleCastError()
726 sp<::android::hidl::base::V1_0::IBase> getRawServiceInternal(const std::string& descriptor, in getRawServiceInternal()
DHidlBinderSupport.cpp236 std::string descriptor = details::getDescriptor(ifacePtr); in getOrCreateCachedBinder() local
/system/core/gatekeeperd/
DIGateKeeperService.h46 static const android::String16 descriptor; variable
DIGateKeeperService.cpp24 const android::String16 IGateKeeperService::descriptor("android.service.gatekeeper.IGateKeeperServi… member in android::IGateKeeperService
/system/bt/service/test/
DParcelableTest.aidl26 void OnDescripor(in BluetoothGattDescriptor descriptor); in OnDescripor()
/system/extras/simpleperf/
DJITDebugReader.cpp244 auto check_descriptor = [&](Descriptor& descriptor, bool is_jit) { in ReadProcess()
411 bool JITDebugReader::LoadDescriptor(bool is_64bit, const char* data, Descriptor* descriptor) { in LoadDescriptor()
419 bool JITDebugReader::LoadDescriptorImpl(const char* data, Descriptor* descriptor) { in LoadDescriptorImpl()
435 bool JITDebugReader::ReadNewCodeEntries(Process& process, const Descriptor& descriptor, in ReadNewCodeEntries()
447 bool JITDebugReader::ReadNewCodeEntriesImpl(Process& process, const Descriptor& descriptor, in ReadNewCodeEntriesImpl()
/system/bt/profile/sdp/common/
Ddata_element_reader.cc43 uint8_t descriptor = *it_++; in ReadNext() local
/system/update_engine/payload_generator/
Dpayload_generation_config_android.cc34 bool AvbDescriptorCallback(const AvbDescriptor* descriptor, void* user_data) { in AvbDescriptorCallback()
/system/core/libprocessgroup/setup/
Dcgroup_map_write.cpp192 static bool SetupCgroup(const CgroupDescriptor& descriptor) { in SetupCgroup()
/system/extras/bootctl/
Dbootctl.cpp55 module->interfaceDescriptor([&](const auto& descriptor) { in do_hal_info()
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java578 FileDescriptor descriptor = fileOutputStream.getFD(); in checkFileDescriptorPassing() local
612 ParcelFileDescriptor descriptor = ParcelFileDescriptor.open( in checkParcelFileDescriptorPassing() local
/system/libhidl/transport/base/1.0/vts/functional/
Dvts_ibase_test.cpp130 EXPECT_OK(base.service->interfaceDescriptor([&](const auto& descriptor) { in TEST_F()
/system/bt/bta/include/
Dbta_hd_api.h59 tBTA_HD_DEV_DESCR descriptor; member
Dbta_hh_api.h207 tBTA_HH_DEV_DESCR descriptor; member
/system/apex/apexd/
Dapex_file.cpp424 StatusOr<const AvbHashtreeDescriptor*> descriptor = in VerifyApexVerity() local
/system/bt/service/
Dgatt_server.cc81 for (const auto& descriptor : characteristic.descriptors()) in AddService() local
/system/tools/aidl/
Dgenerate_java_binder.cpp123 Field* descriptor = new Field(STATIC | FINAL | PRIVATE, in StubClass() local
/system/core/init/
Dservice.cpp735 auto descriptor = std::make_unique<T>(args[1], args[2], *uid, *gid, perm, context); in AddDescriptor() local
/system/bt/bta/hh/
Dbta_hh_int.h203 tBTA_HH_DEV_DESCR descriptor; member
/system/chre/host/msm/daemon/generated/
Dchre_slpi_skel.c353 const Type *descriptor; member
Dchre_slpi_stub.c353 const Type *descriptor; member
/system/core/libziparchive/
Dzip_archive.cc531 const DataDescriptor* descriptor = reinterpret_cast<const DataDescriptor*>(ddBuf + ddOffset); in ValidateDataDescriptor() local
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp857 std::string descriptor = ISimple::descriptor; in TEST_F() local