/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | LocSharedLock.h | 50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
|
D | LocTimer.cpp | 480 mLock(mClient->mLock->share()), in LocTimerDelegate()
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocSharedLock.h | 50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
|
D | LocTimer.cpp | 480 mLock(mClient->mLock->share()), in LocTimerDelegate()
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocSharedLock.h | 50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
|
D | LocTimer.cpp | 478 mLock(mClient->mLock->share()), in LocTimerDelegate()
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | LocSharedLock.h | 50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
|
D | LocTimer.cpp | 483 mLock(mClient->mLock->share()), in LocTimerDelegate()
|
/hardware/qcom/sdm845/gps/msm8996/utils/ |
D | LocSharedLock.h | 50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
|
D | LocTimer.cpp | 479 mLock(mClient->mLock->share()), in LocTimerDelegate()
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocSharedLock.h | 50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | LocSharedLock.h | 50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | LocSharedLock.h | 50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
|
D | LocTimer.cpp | 481 mLock(mClient->mLock->share()), in LocTimerDelegate()
|
/hardware/google/av/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 401 C2ConstLinearBlock constBlock = block->share( in TEST_F() 545 C2ConstGraphicBlock constBlock = block->share(C2Rect(kWidth, kHeight), fence); in TEST_F() 626 …std::shared_ptr<C2BufferData> data(new BufferData({ linearBlock1->share(0, kCapacity1, C2Fence()) … in TEST_F() 633 linearBlock1->share(0, kCapacity1, C2Fence()), in TEST_F() 634 linearBlock2->share(0, kCapacity2, C2Fence()), in TEST_F() 642 data.reset(new BufferData({ graphicBlock1->share(kCrop1, C2Fence()) })); in TEST_F() 649 graphicBlock1->share(kCrop1, C2Fence()), in TEST_F() 650 graphicBlock2->share(kCrop2, C2Fence()), in TEST_F() 685 std::shared_ptr<C2Buffer> buffer(new Buffer( { block->share(0, kCapacity, C2Fence()) })); in TEST_F() 692 buffer.reset(new Buffer( { block->share(0, kCapacity, C2Fence()) })); in TEST_F() [all …]
|
/hardware/qcom/sm8150/gps/utils/ |
D | LocSharedLock.h | 68 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
|
/hardware/google/av/media/sfplugin/ |
D | Codec2Buffer.cpp | 148 return C2Buffer::CreateLinearBuffer(mBlock->share(offset(), size(), C2Fence())); in asC2Buffer() 558 mBlock->share(C2Rect(width, height), C2Fence())); in asC2Buffer() 598 block->share(C2Rect(buffer->width, buffer->height), C2Fence())); in asC2Buffer() 771 return C2Buffer::CreateLinearBuffer(mBlock->share(offset(), size(), C2Fence())); in asC2Buffer()
|
D | C2OMXNode.cpp | 276 new Buffer2D(block->share( in emptyBuffer()
|
/hardware/interfaces/media/bufferpool/2.0/ |
D | README.md | 43 provides the functionalities to share buffers between buffer pool clients.
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | README.md | 43 provides the functionalities to share buffers between buffer pool clients.
|
/hardware/google/av/media/codecs/base/ |
D | SimpleC2Component.cpp | 556 return C2Buffer::CreateLinearBuffer(block->share(offset, size, ::C2Fence())); in createLinearBuffer() 566 return C2Buffer::CreateGraphicBuffer(block->share(crop, ::C2Fence())); in createGraphicBuffer()
|
/hardware/interfaces/wifi/1.2/ |
D | types.hal | 100 * Note: multiple NDPs may share the same schedule, the indication specifies all NDPs to which it
|
/hardware/google/av/codec2/include/ |
D | C2Buffer.h | 1163 C2ConstLinearBlock share(size_t offset, size_t size, C2Fence fence); 1260 c2_status_t share(size_t size, C2Fence fence, std::vector<C2ConstLinearBlock> &blocks); 1949 C2ConstGraphicBlock share(const C2Rect &crop, C2Fence fence);
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 191 new Buffer2D(block->share( in submitBuffer()
|
/hardware/google/av/media/codecs/cmds/ |
D | codec2.cpp | 69 : C2Buffer({ block->share(block->offset(), block->size(), ::C2Fence()) }) {} in LinearBuffer()
|