/system/libhidl/base/include/hidl/ |
D | Status.h | 138 namespace details { 218 template<typename T> class Return : public details::return_status { 222 Return(T v) : details::return_status(), mVal{v} {} in Return() 223 Return(Status s) : details::return_status(s) {} in Return() 243 template<typename T> class Return<sp<T>> : public details::return_status { 247 Return(sp<T> v) : details::return_status(), mVal{v} {} in Return() 248 Return(T* v) : details::return_status(), mVal{v} {} in Return() 250 template<typename U> Return(sp<U> v) : details::return_status(), mVal{v} {} in Return() 251 template<typename U> Return(U* v) : details::return_status(), mVal{v} {} in Return() 252 Return(Status s) : details::return_status(s) {} in Return() [all …]
|
D | HidlSupport.h | 68 namespace details { 132 details::hidl_pointer<const native_handle_t> mHandle; 181 details::hidl_pointer<const char> mBuffer; 368 details::logAlwaysFatal("hidl_vec can't hold more than 2^32 elements."); in hidl_vec() 371 details::logAlwaysFatal("size can't be negative."); in hidl_vec() 399 details::logAlwaysFatal("external vector size exceeds 2^32 elements."); 454 details::logAlwaysFatal("hidl_vec can't hold more than 2^32 elements."); 512 details::logAlwaysFatal("hidl_vec can't hold more than 2^32 elements."); in resize() 583 details::hidl_pointer<T> mBuffer; 609 namespace details { [all …]
|
/system/libhidl/transport/ |
D | HidlTransportSupport.cpp | 91 std::unique_lock<std::mutex> lock = details::gServicePrioMap->lock(); in setMinSchedulerPolicy() 92 pruneMapLocked(details::gServicePrioMap.get()); in setMinSchedulerPolicy() 93 details::gServicePrioMap->setLocked(service, {policy, priority}); in setMinSchedulerPolicy() 99 return details::gServicePrioMap->get(service, {SCHED_NORMAL, 0}); in getMinSchedulerPolicy() 111 std::unique_lock<std::mutex> lock = details::gServiceSidMap->lock(); in setRequestingSid() 112 pruneMapLocked(details::gServiceSidMap.get()); in setRequestingSid() 113 details::gServiceSidMap->setLocked(service, requesting); in setRequestingSid() 119 return details::gServiceSidMap->get(service.get(), false); in getRequestingSid() 129 namespace details { namespace
|
D | LegacySupport.cpp | 29 namespace details { namespace 77 return details::registerPassthroughServiceImplementation( in registerPassthroughServiceImplementation() 80 return details::registerAsServiceInternal(service, name); in registerPassthroughServiceImplementation()
|
D | HidlTransportUtils.cpp | 23 namespace details { namespace 51 ? details::StatusOf<void, bool>(chainRet) in canCastInterface()
|
D | HidlBinderSupport.cpp | 222 std::string descriptor = details::getDescriptor(ifacePtr); in getOrCreateCachedBinder() 229 std::unique_lock<std::mutex> _lock = details::gBnMap->lock(); in getOrCreateCachedBinder() 231 wp<BHwBinder> wBnObj = details::gBnMap->getLocked(ifacePtr, nullptr); in getOrCreateCachedBinder() 235 auto func = details::getBnConstructorMap().get(descriptor, nullptr); in getOrCreateCachedBinder() 238 func = details::gBnConstructorMap->get(descriptor, nullptr); in getOrCreateCachedBinder() 247 details::gBnMap->setLocked(ifacePtr, static_cast<BHwBinder*>(sBnObj.get())); in getOrCreateCachedBinder()
|
/system/incremental_delivery/incfs/include/ |
D | incfs_inline.h | 33 namespace details { 74 return IncFs_IsIncFsPath(details::c_str(path)); in isIncFsPath() 127 auto control = IncFs_Mount(details::c_str(backingPath), details::c_str(targetDir), options); in mount() 132 auto control = IncFs_Open(details::c_str(dir)); in open() 145 return IncFs_BindMount(details::c_str(sourceDir), details::c_str(targetDir)); in bindMount() 149 return IncFs_Unmount(details::c_str(dir)); in unmount() 166 return IncFs_MakeFile(control, details::c_str(path), mode, fileId, params); in makeFile() 169 return IncFs_MakeDir(control, details::c_str(path), mode); in makeDir() 172 return IncFs_MakeDirs(control, details::c_str(path), mode); in makeDirs() 188 if (IncFs_GetMetadataByPath(control, details::c_str(path), metadata.data(), &size) < 0) { in getMetadata() [all …]
|
/system/libhidl/adapter/include/hidladapter/ |
D | HidlBinderAdapter.h | 25 namespace details { 43 return details::adapterMain( in adapterMain() 46 return details::adaptWithDefault( in adapterMain()
|
/system/libvintf/include/vintf/ |
D | VintfObject.h | 42 namespace details { 229 details::LockedSharedPtr<HalManifest> mDeviceManifest; 230 details::LockedSharedPtr<HalManifest> mFrameworkManifest; 231 details::LockedSharedPtr<CompatibilityMatrix> mDeviceMatrix; 235 details::LockedSharedPtr<CompatibilityMatrix> mFrameworkMatrix; 236 details::LockedSharedPtr<CompatibilityMatrix> mCombinedFrameworkMatrix; 239 details::LockedRuntimeInfoCache mDeviceRuntimeInfo; 247 friend class details::VintfObjectAfterUpdate; 372 namespace details {
|
D | KernelInfo.h | 29 namespace details { 61 friend class details::MockRuntimeInfo; 62 friend struct details::StaticRuntimeInfo;
|
/system/libhidl/transport/include/hidl/ |
D | HidlLazyUtils.h | 25 namespace details { 38 std::shared_ptr<details::LazyServiceRegistrarImpl> mImpl;
|
D | HidlTransportSupport.h | 120 namespace details { 139 Return<bool> canCastRet = details::canCastInterface(parent.get(), childIndicator, emitError); in castInterface() 143 ? details::StatusOf<bool, sp<IChild>>(canCastRet) in castInterface()
|
D | ServiceManagement.h | 44 namespace details { 94 details::preloadPassthroughService(I::descriptor); in preloadPassthroughService()
|
D | HidlTransportUtils.h | 24 namespace details {
|
/system/media/camera/docs/ |
D | CameraMetadataKeys.mako | 36 details = "" 37 if entry.details: 38 details = dedent(entry.details) 42 concatenated_info = description + details + extra_detail 44 ## Glue description and details together before javadoc-izing. Otherwise @see in middle of javadoc.
|
D | metadata_template.mako | 78 % if prop.details is not None: 79 <details>${prop.details}</details> 203 % if prop.details is not None: 204 <details>${prop.details | x}</details>
|
/system/media/audio_utils/include/audio_utils/ |
D | BiquadFilter.h | 33 namespace details { 203 using float_filter_func = decltype(details::biquad_filter_fast<0>); 213 details::biquad_filter_fast<OCCUPANCY>(coef, in, channelCount, frames, delays, out); in func() 227 details::make_functional_array<FuncWrap, 1 << kBiquadNumCoefs>();
|
/system/incremental_delivery/incfs/ |
D | path.h | 28 namespace details { 75 (details::appendNextPath(result, second), ..., details::appendNextPath(result, paths)); in join()
|
/system/extras/simpleperf/demo/CppApi/ |
D | gradle.properties | 5 # For more details on how to configure your build environment visit 11 # This option should only be used with decoupled projects. More details, visit
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit 15 # This option should only be used with decoupled projects. More details, visit
|
/system/extras/simpleperf/demo/JavaApi/ |
D | gradle.properties | 5 # For more details on how to configure your build environment visit 11 # This option should only be used with decoupled projects. More details, visit
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit 15 # This option should only be used with decoupled projects. More details, visit
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit 15 # This option should only be used with decoupled projects. More details, visit
|
/system/libfmq/ |
D | FmqInternal.cpp | 22 namespace details { namespace
|
/system/libvintf/ |
D | constants-private.h | 22 namespace details {
|