Home
last modified time | relevance | path

Searched defs:signal (Results 376 - 400 of 832) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc363 void SignalHandler::HandleProfilerSignal(int signal, siginfo_t* info, in HandleProfilerSignal() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync.h183 VkResult (*signal)(struct vk_device *device, member
[all...]
/third_party/musl/arch/sh/bits/
H A Duser.h46 long int signal; member
/third_party/musl/arch/i386/bits/
H A Duser.h31 long signal; member
/third_party/musl/arch/m68k/bits/
H A Duser.h22 long signal; member
/third_party/musl/arch/s390x/bits/
H A Duser.h51 long signal; member
/third_party/python/Lib/multiprocessing/
H A Dprocess.py19 import signal namespace
/third_party/python/Lib/test/test_asyncio/
H A Dtest_windows_events.py2 import signal namespace
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.hpp213 inline void Event::signal() in signal() function in sw::Event
/third_party/python/Lib/test/
H A Dtest_selectors.py5 import signal namespace
[all...]
H A Dtest_largefile.py244 import signal namespace
/third_party/python/Lib/test/libregrtest/
H A Druntest_mp.py5 import signal namespace
/base/telephony/core_service/frameworks/native/src/
H A Dsignal_information.cpp180 std::unique_ptr<GsmSignalInformation> signal = std::make_unique<GsmSignalInformation>(); in Unmarshalling() local
306 std::unique_ptr<CdmaSignalInformation> signal = std::make_unique<CdmaSignalInformation>(); in Unmarshalling() local
460 std::unique_ptr<LteSignalInformation> signal = std::make_unique<LteSignalInformation>(); Unmarshalling() local
621 std::unique_ptr<WcdmaSignalInformation> signal = std::make_unique<WcdmaSignalInformation>(); Unmarshalling() local
747 std::unique_ptr<TdScdmaSignalInformation> signal = std::make_unique<TdScdmaSignalInformation>(); Unmarshalling() local
885 std::unique_ptr<NrSignalInformation> signal = std::make_unique<NrSignalInformation>(); Unmarshalling() local
[all...]
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp218 std::unique_ptr<GsmSignalInformation> signal = std::make_unique<GsmSignalInformation>(); in parseSignalInfos() local
227 std::unique_ptr<CdmaSignalInformation> signal = std::make_unique<CdmaSignalInformation>(); in parseSignalInfos() local
242 std::unique_ptr<WcdmaSignalInformation> signal = std::make_unique<WcdmaSignalInformation>(); in parseSignalInfos() local
261 std::unique_ptr<LteSignalInformation> signal = std::make_unique<LteSignalInformation>(); ParseLteNrSignalInfos() local
270 std::unique_ptr<NrSignalInformation> signal = std::make_unique<NrSignalInformation>(); ParseLteNrSignalInfos() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dapp_recovery.cpp61 static void SigQuitHandler(int signal) in SigQuitHandler() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_processor.cpp516 bool signal = !(biaMaskOut & (1 << HFP_AG_INDICATOR_SIGNAL_STRENGTH)); in BiaSetter() local
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapidescription_fuzzer/
H A Daudiodecoderdemo.cpp63 ADecSignal* signal = static_cast<ADecSignal*>(userData); in OnInputBufferAvailable() local
74 ADecSignal* signal = static_cast<ADecSignal*>(userData); in OnOutputBufferAvailable() local
[all...]
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapiflush_fuzzer/
H A Daudiodecoderdemo.cpp63 ADecSignal* signal = static_cast<ADecSignal*>(userData); in OnInputBufferAvailable() local
74 ADecSignal* signal = static_cast<ADecSignal*>(userData); in OnOutputBufferAvailable() local
[all...]
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapireset_fuzzer/
H A Daudiodecoderdemo.cpp63 ADecSignal* signal = static_cast<ADecSignal*>(userData); in OnInputBufferAvailable() local
74 ADecSignal* signal = static_cast<ADecSignal*>(userData); in OnOutputBufferAvailable() local
[all...]
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapisetparameter_fuzzer/
H A Daudiodecoderdemo.cpp63 ADecSignal* signal = static_cast<ADecSignal*>(userData); in OnInputBufferAvailable() local
74 ADecSignal* signal = static_cast<ADecSignal*>(userData); in OnOutputBufferAvailable() local
[all...]
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp85 VDecSignal *signal = static_cast<VDecSignal *>(userData); in VdecError() local
107 VDecSignal *signal = static_cast<VDecSignal *>(userData); in VdecInputDataReady() local
120 VDecSignal *signal in VdecOutputDataReady() local
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/
H A Dvenc_sample.cpp41 int32_t ReadYUV420SP(std::shared_ptr<VideoEncSignal> &signal, uint8_t *addr, int32_t width, int32_t height, in ReadYUV420SP() argument
56 int32_t ReadYUV420P(std::shared_ptr<VideoEncSignal> &signal, uint8_t *addr, int32_t width, int32_t height, in ReadYUV420P() argument
79 int32_t ReadRGBA(std::shared_ptr<VideoEncSignal> &signal, uint8_t *addr, int32_t width, int32_t height, int32_t stride) in ReadRGBA() argument
192 int32_t VideoEncSample::SetCallback(OH_AVCodecAsyncCallback callback, shared_ptr<VideoEncSignal> &signal) argument
205 int32_t VideoEncSample::RegisterCallback(OH_AVCodecCallback callback, shared_ptr<VideoEncSignal> &signal) argument
[all...]
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp94 VDecSignal *signal = static_cast<VDecSignal *>(userData); in VdecInputDataReady() local
/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/
H A Daudio_decoder_demo.cpp66 ADecBufferSignal *signal = static_cast<ADecBufferSignal *>(userData); in OnInputBufferAvailable() local
76 ADecBufferSignal *signal = static_cast<ADecBufferSignal *>(userData); in OnOutputBufferAvailable() local
[all...]
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp65 VEncSignal *signal = static_cast<VEncSignal *>(userData); in onEncInputBufferAvailable() local

Completed in 18 milliseconds

1...<<11121314151617181920>>...34