Home
last modified time | relevance | path

Searched refs:details (Results 1 – 25 of 133) sorted by relevance

123456

/system/libhidl/base/include/hidl/
DStatus.h138 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 …]
DHidlSupport.h68 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/
DHidlTransportSupport.cpp91 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
DLegacySupport.cpp29 namespace details { namespace
77 return details::registerPassthroughServiceImplementation( in registerPassthroughServiceImplementation()
80 return details::registerAsServiceInternal(service, name); in registerPassthroughServiceImplementation()
DHidlTransportUtils.cpp23 namespace details { namespace
51 ? details::StatusOf<void, bool>(chainRet) in canCastInterface()
DHidlBinderSupport.cpp222 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/
Dincfs_inline.h33 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/
DHidlBinderAdapter.h25 namespace details {
43 return details::adapterMain( in adapterMain()
46 return details::adaptWithDefault( in adapterMain()
/system/libvintf/include/vintf/
DVintfObject.h42 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 {
DKernelInfo.h29 namespace details {
61 friend class details::MockRuntimeInfo;
62 friend struct details::StaticRuntimeInfo;
/system/libhidl/transport/include/hidl/
DHidlLazyUtils.h25 namespace details {
38 std::shared_ptr<details::LazyServiceRegistrarImpl> mImpl;
DHidlTransportSupport.h120 namespace details {
139 Return<bool> canCastRet = details::canCastInterface(parent.get(), childIndicator, emitError); in castInterface()
143 ? details::StatusOf<bool, sp<IChild>>(canCastRet) in castInterface()
DServiceManagement.h44 namespace details {
94 details::preloadPassthroughService(I::descriptor); in preloadPassthroughService()
DHidlTransportUtils.h24 namespace details {
/system/media/camera/docs/
DCameraMetadataKeys.mako36 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.
Dmetadata_template.mako78 % 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/
DBiquadFilter.h33 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/
Dpath.h28 namespace details {
75 (details::appendNextPath(result, second), ..., details::appendNextPath(result, paths)); in join()
/system/extras/simpleperf/demo/CppApi/
Dgradle.properties5 # 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/
Dgradle.properties7 # 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/
Dgradle.properties5 # 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/
Dgradle.properties7 # 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/
Dgradle.properties7 # 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/
DFmqInternal.cpp22 namespace details { namespace
/system/libvintf/
Dconstants-private.h22 namespace details {

123456