Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DFaceUserSettingsRepository.kt76 fun fetch(): Boolean = getIntForUser(key, if (defaultValue) 1 else 0, userId) > 0 in watch() method
/frameworks/av/media/module/bufferpool/1.0/
DConnection.cpp27 Return<void> Connection::fetch(uint64_t transactionId, uint32_t bufferId, fetch_cb _hidl_cb) { in fetch() function in android::hardware::media::bufferpool::V1_0::implementation::Connection
DAccessor.cpp154 ResultStatus Accessor::fetch( in fetch() function in android::hardware::media::bufferpool::V1_0::implementation::Accessor
DAccessorImpl.cpp206 ResultStatus Accessor::Impl::fetch( in fetch() function in android::hardware::media::bufferpool::V1_0::implementation::Accessor::Impl
/frameworks/av/media/module/bufferpool/2.0/
DConnection.cpp27 Return<void> Connection::fetch(uint64_t transactionId, uint32_t bufferId, fetch_cb _hidl_cb) { in fetch() function in android::hardware::media::bufferpool::V2_0::implementation::Connection
DAccessor.cpp178 ResultStatus Accessor::fetch( in fetch() function in android::hardware::media::bufferpool::V2_0::implementation::Accessor
DAccessorImpl.cpp254 ResultStatus Accessor::Impl::fetch( in fetch() function in android::hardware::media::bufferpool::V2_0::implementation::Accessor::Impl
/frameworks/base/packages/StatementService/src/com/android/statementservice/network/retriever/
DUrlFetcher.kt37 suspend fun fetch( in fetch() method in com.android.statementservice.network.retriever.UrlFetcher
/frameworks/rs/toolkit/
DBlur_advsimd.S82 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=x12 /*{{{*/ macro
DBlur_neon.S83 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=r12 /*{{{*/ macro
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_Blur.S82 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=x12 /*{{{*/ macro
DrsCpuIntrinsics_neon_Blur.S83 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=r12 /*{{{*/ macro
/frameworks/native/libs/ftl/
Dfuture_test.cpp77 auto fetch = fetch_string.get_future(); in TEST() local
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp707 std::list<MemoryBlockPoolBlock>::const_iterator fetch(size_t size) { in fetch() function
760 MemoryBlock MemoryBlockPool::fetch(size_t size) { in fetch() function in android::MemoryBlockPool
/frameworks/native/cmds/lshal/
DListCommand.cpp840 Status ListCommand::fetch() { in fetch() function in android::lshal::ListCommand
Dtest.cpp253 Status fetch() { return ListCommand::fetch(); } in fetch() function in android::lshal::MockListCommand