Searched defs:bid (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/countrydetector/ |
D | LocationBasedCountryDetector.java | 99 final long bid = Binder.clearCallingIdentity(); in registerListener() local 111 final long bid = Binder.clearCallingIdentity(); in unregisterListener() local 123 final long bid = Binder.clearCallingIdentity(); in getLastKnownLocation() local
|
/frameworks/av/media/codec2/hal/client/ |
D | GraphicsTracker.cpp | 35 c2_status_t retrieveAHardwareBufferId(const C2ConstGraphicBlock &blk, uint64_t *bid) { in retrieveAHardwareBufferId() 461 uint64_t bid = it->second->mId; in clearCacheIfNecessaryLocked() local 601 uint64_t bid = (*pBuffer)->mId; in commitAllocate() local 766 c2_status_t GraphicsTracker::requestDeallocate(uint64_t bid, const sp<Fence> &fence, in requestDeallocate() 805 std::shared_ptr<BufferCache> &cache, int slotId, uint64_t bid, bool *updateDequeue) { in commitDeallocate() 821 c2_status_t GraphicsTracker::deallocate(uint64_t bid, const sp<Fence> &fence) { in deallocate() 850 c2_status_t GraphicsTracker::requestRender(uint64_t bid, std::shared_ptr<BufferCache> *cache, in requestRender() 923 uint64_t bid; in render() local
|
/frameworks/av/media/module/bufferpool/1.0/vts/ |
D | single.cpp | 121 BufferId bid[kNumRecycleTest]; in TEST_F() local
|
/frameworks/av/media/module/bufferpool/2.0/tests/ |
D | single.cpp | 125 BufferId bid[kNumRecycleTest]; in TEST_F() local
|
D | BufferpoolUnitTest.cpp | 278 std::vector<BufferId> bid{}; in TEST_F() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityCdma.java | 100 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat, in CellIdentityCdma()
|
/frameworks/av/media/codec2/tests/aidl/ |
D | GraphicsTracker_test.cpp | 211 uint64_t bid; in queueBuffer() local 330 uint64_t bid; in TEST_F() local 370 uint64_t bid; in TEST_F() local
|
/frameworks/av/media/module/bufferpool/2.0/ |
D | BufferPoolClient.cpp | 717 BufferId bid = it->second->id(); in invalidateRange() local
|