Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 52) sorted by relevance

123

/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp129 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in freeBuffer() local
202 const cb_handle_30_t* cb = cb_handle_30_t::from(buffer); in validateBufferSize() local
212 const cb_handle_30_t* cb = cb_handle_30_t::from(buffer); in getTransportSize() local
231 cb_handle_30_t* cb = cb_handle_30_t::from(imported); in importBufferImpl() local
259 void setLocked(cb_handle_30_t* cb, const uint8_t checkedUsage, in setLocked()
285 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in lockImpl() local
331 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in lockYCbCrImpl() local
417 Error3 lockHostImpl(cb_handle_30_t& cb, in lockHostImpl()
511 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in unlockImpl() local
539 void unlockHostImpl(cb_handle_30_t& cb, char* const bufferBits) { in unlockHostImpl()
Dallocator3.cpp259 cb_handle_30_t* cb; in allocateImpl2() local
319 cb_handle_30_t** cb) { in allocateCb()
391 void freeCb(std::unique_ptr<cb_handle_30_t> cb) { in freeCb()
/device/google/cuttlefish/host/commands/modem_simulator/
Dthread_looper.cpp33 ThreadLooper::Serial ThreadLooper::Post(Callback cb) { in Post()
46 Callback cb, std::chrono::steady_clock::duration delay) { in Post()
86 Callback cb; in ThreadLoop() local
Dthread_looper.h73 Callback cb; member
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp149 cb_handle_old_t* cb = static_cast<cb_handle_old_t*>(p); in from() local
176 int32_t* getOpenCountPtr(const cb_handle_old_t* cb) { in getOpenCountPtr()
180 uint32_t getAshmemColorOffset(cb_handle_old_t* cb) { in getAshmemColorOffset()
425 static void get_ashmem_region(ExtendedRCEncoderContext *rcEnc, cb_handle_old_t *cb) { in get_ashmem_region()
439 static bool put_ashmem_region(ExtendedRCEncoderContext *rcEnc, cb_handle_old_t *cb) { in put_ashmem_region()
455 static int map_buffer(cb_handle_old_t *cb, void **vaddr) in map_buffer()
510 static void updateHostColorBuffer(cb_handle_old_t* cb, in updateHostColorBuffer()
875 cb_handle_old_t *cb = new cb_handle_old_t(fd, ashmem_size, usage, in gralloc_alloc() local
966 const cb_handle_old_t *cb = cb_handle_old_t::from(handle); in gralloc_free() local
1062 cb_handle_old_t *cb = cb_handle_old_t::from_unconst(handle); in gralloc_register_buffer() local
[all …]
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js247 onStreamChange(cb) { argument
293 onAdbMessage(cb) { argument
404 onControlMessage(cb) { argument
412 onBluetoothMessage(cb) { argument
420 onLocationMessage(cb) { argument
428 onKmlLocationsMessage(cb) { argument
436 onGpxLocationsMessage(cb) { argument
441 onConnectionStateChange(cb) { argument
/device/generic/vulkan-cereal/stream-servers/
DPostWorker.cpp87 DisplayGl::PostLayer PostWorker::postWithOverlay(ColorBuffer* cb) { in postWithOverlay()
118 std::shared_future<void> PostWorker::postImpl(ColorBuffer* cb) { in postImpl()
345 void PostWorker::screenshot(ColorBuffer* cb, int width, int height, GLenum format, GLenum type, in screenshot()
373 void PostWorker::post(ColorBuffer* cb, std::unique_ptr<Post::CompletionCallback> postCallback) { in post()
DSyncThread.cpp165 …d::triggerWaitWithCompletionCallback(EmulatedEglFenceSync* fenceSync, FenceCompletionCallback cb) { in triggerWaitWithCompletionCallback()
175 void SyncThread::triggerWaitVkWithCompletionCallback(VkFence vkFence, FenceCompletionCallback cb) { in triggerWaitVkWithCompletionCallback()
183 … SyncThread::triggerWaitVkQsriWithCompletionCallback(VkImage vkImage, FenceCompletionCallback cb) { in triggerWaitVkQsriWithCompletionCallback()
200 void SyncThread::triggerGeneral(FenceCompletionCallback cb, std::string description) { in triggerGeneral()
DPostCommands.h44 ColorBuffer* cb; member
50 ColorBuffer* cb; member
DFrameBuffer.cpp1062 ColorBufferPtr cb = ColorBuffer::create(m_emulationGl.get(), m_emulationVk, p_width, p_height, in createColorBufferWithHandleLocked() local
1468 const auto& cb = ite->second.find(p_colorbuffer); in closeColorBuffer() local
1568 const auto& cb = m_colorbuffers.find(it->cbHandle); in performDelayedColorBufferCloseLocked() local
1580 HandleType cb, uint64_t ts) in eraseDelayedCloseColorBufferLocked()
1657 for (auto cb : callbacks) { in cleanupProcGLObjects() local
1703 for (auto cb : procIte->second) { in cleanupProcGLObjects_locked() local
2430 ColorBufferPtr cb; in postImpl() local
2596 uint32_t w, h, cb, screenWidth, screenHeight; in getScreenshot() local
3011 for (auto cb : cleanupCallbacks) { in onLoad() local
3085 ColorBufferPtr cb = ColorBuffer::onLoad(m_emulationGl.get(), m_emulationVk, stream); in onLoad() local
[all …]
DRendererImpl.cpp413 void RendererImpl::setMultiDisplayColorBuffer(uint32_t id, uint32_t cb) { in setMultiDisplayColorBuffer()
566 [](uint32_t handle, CpuCompletionCallback cb) { in __anon37b677d40f02()
605 [](uint64_t eglsync, FenceCompletionCallback cb) { in __anon37b677d41b02()
609 [](uint64_t device, uint64_t fence, FenceCompletionCallback cb) { in __anon37b677d41c02()
613 [](uint64_t image, FenceCompletionCallback cb) { in __anon37b677d41d02()
DColorBuffer.h125 ColorBufferPtr cb; member
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js66 onDeviceMsg(cb) { argument
194 onDeviceMsg(cb) { argument
268 onDeviceMsg(cb) { argument
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp163 const sp<IContexthubCallback> &cb) { in registerCallback()
222 int Contexthub::handleOsMessage(sp<IContexthubCallback> cb, in handleOsMessage()
324 sp<IContexthubCallback> cb = obj->getCallBackForHubId(hubId); in contextHubCb() local
/device/google/cuttlefish/guest/hals/health/storage/
DStorage.cpp25 const std::shared_ptr<IGarbageCollectCallback> &cb) { in garbageCollect()
/device/generic/goldfish/gnss/
DGnssPowerIndication.cpp55 IGnssPowerIndicationCallback& cb) { in doRequestGnssPowerStats()
/device/generic/goldfish/camera/
DCameraDeviceSession.cpp85 void notifyError(ICameraDeviceCallback* cb, in notifyError()
106 void notifyShutter(ICameraDeviceCallback* cb, in notifyShutter()
143 std::shared_ptr<ICameraDeviceCallback> cb, in CameraDeviceSession()
DQemuCamera.cpp247 const cb_handle_t* const cb = cb_handle_t::from(csb->getBuffer()); in captureFrameYUV() local
273 const cb_handle_t* const cb = cb_handle_t::from(csb->getBuffer()); in captureFrameRGBA() local
349 const cb_handle_t* const cb = cb_handle_t::from(image); in captureFrameForCompressing() local
Djpeg.cpp50 const uint8_t* cb[kJpegMCUSize / 2]; in compressYUVImplPixelsFast() local
92 uint8_t* cb[kJpegMCUSize / 2]; in compressYUVImplPixelsSlow() local
/device/generic/goldfish/fingerprint/
Dhal.cpp77 const std::shared_ptr<ISessionCallback>& cb, in createSession()
/device/generic/goldfish-opengl/shared/gralloc_cb/include/
Dgralloc_cb_bp.h63 cb_handle_t* cb = static_cast<cb_handle_t*>(p); in from() local
/device/generic/goldfish-opengl/system/hwc3/
DClientFrameComposer.cpp50 const HotplugCallback& cb) { in registerOnHotplugCallback()
/device/google/cuttlefish/host/commands/cvd/
Dserver.cc143 auto cb = [](EpollEvent) -> Result<void> { return {}; }; in BestEffortWakeup() local
267 auto cb = [this](EpollEvent ev) -> Result<void> { in StartServer() local
/device/generic/vulkan-cereal/stream-servers/tests/
DSampleApplication.cpp175 Item(unsigned int cb = 0, EmulatedEglFenceSync* s = nullptr) in Item()
214 void configureLayer(uint32_t layerId, unsigned int cb, in configureLayer()
/device/generic/vulkan-cereal/stream-servers/gl/
DReadbackWorkerGl.cpp98 ColorBuffer* cb, in doNextReadback()

123