Home
last modified time | relevance | path

Searched refs:hdl (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/camera_lite/frameworks/
H A Devent_handler.cpp43 void EventHandler::EventDispatch(EventHandler *hdl) in EventDispatch() argument
45 if (hdl == nullptr) { in EventDispatch()
48 std::unique_lock<std::mutex> lock(hdl->mtx_); in EventDispatch()
49 hdl->running_ = true; in EventDispatch()
50 while (hdl->running_) { in EventDispatch()
51 if (hdl->msgQ_.empty()) { in EventDispatch()
52 hdl->cv_.wait(lock); // wait for task or exit signal in EventDispatch()
54 auto mission = hdl->msgQ_.front(); in EventDispatch()
55 hdl->msgQ_.pop(); in EventDispatch()
63 while (!hdl in EventDispatch()
[all...]
/foundation/multimedia/media_utils_lite/hals/
H A Dhal_media.h43 uint32_t HalGetProcessorDeviceId(HalProcessorHdl hdl);
/foundation/multimedia/camera_lite/interfaces/kits/
H A Devent_handler.h66 static void EventDispatch(EventHandler *hdl);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp56 void A2dpStream::SetHandle(uint16_t hdl) in SetHandle() argument
58 LOG_INFO("[A2dpStream] %{public}s handle_(%u)\n", __func__, hdl); in SetHandle()
59 handle_ = hdl; in SetHandle()
151 uint16_t hdl = 0; in RegisterSEPConfigureInfo() local
183 avdtp.CreateStream(const_cast<BtAddr &>(addr), cfg.codecIndex, hdl); in RegisterSEPConfigureInfo() local
184 streamCtrl_[i - 1].SetHandle(hdl); in RegisterSEPConfigureInfo()
214 avdtp.CreateStream(const_cast<BtAddr &>(addr), cfg.codecIndex, hdl); in RegisterSEPConfigureInfo() local
215 streamCtrl_[i].SetHandle(hdl); in RegisterSEPConfigureInfo()
H A Da2dp_profile_peer.h67 void SetHandle(uint16_t hdl);

Completed in 4 milliseconds