/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 111 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in freeBuffer() local 190 const cb_handle_30_t* cb = cb_handle_30_t::from(buffer); in validateBufferSize() local 200 const cb_handle_30_t* cb = cb_handle_30_t::from(buffer); in getTransportSize() local 219 cb_handle_30_t* cb = cb_handle_30_t::from(imported); in importBufferImpl() local 262 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in lockImpl() local 298 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in lockYCbCrImpl() local 366 Error3 lockHostImpl(cb_handle_30_t& cb, in lockHostImpl() 464 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in unlockImpl() local 483 void unlockHostImpl(cb_handle_30_t& cb, char* const bufferBits) { in unlockHostImpl()
|
D | allocator3.cpp | 248 cb_handle_30_t* cb; in allocateImpl2() local 332 cb_handle_30_t** cb) { in allocateCb() 401 void freeCb(std::unique_ptr<cb_handle_30_t> cb) { in freeCb()
|
D | cb_handle_30.h | 64 cb_handle_30_t* cb = static_cast<cb_handle_30_t*>(p); in from() local
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 128 cb_handle_old_t* cb = static_cast<cb_handle_old_t*>(p); in from() local 144 int32_t* getOpenCountPtr(const cb_handle_old_t* cb) { in getOpenCountPtr() 148 uint32_t getAshmemColorOffset(cb_handle_old_t* cb) { in getAshmemColorOffset() 393 static void get_ashmem_region(ExtendedRCEncoderContext *rcEnc, cb_handle_old_t *cb) { in get_ashmem_region() 407 static bool put_ashmem_region(ExtendedRCEncoderContext *rcEnc, cb_handle_old_t *cb) { in put_ashmem_region() 423 static int map_buffer(cb_handle_old_t *cb, void **vaddr) in map_buffer() 477 static void updateHostColorBuffer(cb_handle_old_t* cb, in updateHostColorBuffer() 842 cb_handle_old_t *cb = new cb_handle_old_t(fd, ashmem_size, usage, in gralloc_alloc() local 933 const cb_handle_old_t *cb = cb_handle_old_t::from(handle); in gralloc_free() local 1023 cb_handle_old_t *cb = cb_handle_old_t::from_unconst(handle); in gralloc_register_buffer() local [all …]
|
/device/google/cuttlefish/host/frontend/gcastv2/libsource/ |
D | StreamingSource.cpp | 25 void StreamingSource::setCallback(std::function<void(const std::shared_ptr<SBuffer> &)> cb) { in setCallback()
|
/device/google/cuttlefish/guest/hals/health/storage/ |
D | Storage.cpp | 29 const sp<IGarbageCollectCallback>& cb) { in garbageCollect()
|
/device/generic/goldfish/gnss/ |
D | data_sink.cpp | 51 void DataSink::setCallback20(sp<ahg20::IGnssCallback> cb) { in setCallback20()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCameraFactory.cpp | 261 const camera_module_callbacks_t* cb = mCallbacks; in onStatusChanged() local 281 const camera_module_callbacks_t* cb = mCallbacks; in onTorchModeStatusChanged() local
|
D | Compressor.cpp | 103 const uint8_t* cb[8]; in compressData() local
|
/device/google/contexthub/contexthubhal/ |
D | NanohubHidlAdapter.cpp | 163 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/host/frontend/gcastv2/webrtc/ |
D | STUNClient.cpp | 30 Callback cb) in STUNClient()
|
D | RTPSession.cpp | 46 RunLoop::AsyncFunction cb, in schedulePing()
|
/device/linaro/hikey/bluetooth/ |
D | bluetooth_hci.cc | 38 Return<void> BluetoothHci::initialize( in initialize()
|
/device/generic/goldfish/camera/jpeg-stub/ |
D | Compressor.cpp | 84 const uint8_t* cb[8]; in compressData() local
|
/device/generic/goldfish/camera/qemu-pipeline3/ |
D | QemuSensor.cpp | 491 const cb_handle_t* cb = cb_handle_t::from(*handle); in captureRGBA() local 601 const cb_handle_t* cb = cb_handle_t::from(*handle); in captureYU12() local
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | JpegCompressor.cpp | 191 const cb_handle_t *cb = cb_handle_t::from(*mJpegBuffer.buffer); in compress() local
|
/device/generic/goldfish-opengl/shared/gralloc_cb/include/ |
D | gralloc_cb_bp.h | 92 cb_handle_t* cb = static_cast<cb_handle_t*>(p); in from() local
|
/device/generic/goldfish/MultiDisplayProvider/jni/ |
D | com_android_emulator_multidisplay.cpp | 69 const cb_handle_t* cb = cb_handle_t::from(b->handle); in onFrameAvailable() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_weakref.py | 511 def cb(self, ignore): member in ReferencesTestCase.test_callback_in_cycle_3.C 536 def cb(self, ignore): member in ReferencesTestCase.test_callback_in_cycle_4.C 608 def cb(self, ignore): member in ReferencesTestCase.test_callbacks_on_callback.C
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | cpp_bindings.cpp | 612 struct nl_cb *cb = nl_cb_alloc(NL_CB_DEFAULT); in requestResponse() local
|
D | wifi_hal.cpp | 253 struct nl_cb *cb = nl_socket_get_cb(event_sock); in wifi_initialize() local 445 struct nl_cb *cb = nl_socket_get_cb(info->event_sock); in internal_pollin_handler() local
|
/device/google/cuttlefish/guest/hals/gralloc/legacy/ |
D | gralloc_vsoc_priv.h | 37 void* cb; member
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | RunLoop.cpp | 381 auto &cb = it->second; in run() local
|
D | SSLSocket.cpp | 289 const auto cb = mRecvCallback; in sendRecvCallback() local
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraFactory.cpp | 516 const camera_module_callbacks_t* cb = mCallbacks; in onStatusChanged() local
|