Home
last modified time | relevance | path

Searched defs:msg (Results 851 – 875 of 3423) sorted by relevance

1...<<31323334353637383940>>...137

/aosp12/system/chre/java/test/permissions/src/com/google/android/chre/test/permissions/
H A DContextHubFrameworkPermissionsTestExecutor.java126 NanoAppMessage msg = mMessageQueue.poll(2, TimeUnit.SECONDS); in permissionsDisabledTest() local
170 NanoAppMessage msg = mMessageQueue.poll(2, TimeUnit.SECONDS); in messagePermissionsTest() local
/aosp12/system/libbase/
H A Dlogging_splitters.h32 static void SplitByLines(const char* msg, const F& log_function, Args&&... args) { in SplitByLines()
49 unsigned int line, const char* msg, const F& log_function) { in SplitByLogdChunks()
H A Derrors_windows.cpp49 std::string msg; in SystemErrorCodeToString() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DSmsSessionEventBuilder.java97 public SmsSessionEventBuilder setCellBroadcastMessage(SmsSession.Event.CBMessage msg) { in setCellBroadcastMessage()
103 public SmsSessionEventBuilder setIncompleteSms(SmsSession.Event.IncompleteSms msg) { in setIncompleteSms()
/ohos5.0/drivers/hdf_core/framework/support/platform/test/fuzztest/spi_fuzzer/
H A Dspi_fuzzer.cpp39 static void SpiFuzzDoTest(DevHandle handle, struct SpiDevInfo *info, struct SpiMsg *msg, struct Spi… in SpiFuzzDoTest()
61 struct SpiMsg msg; in SpiFuzzTest() local
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dhot_area.cpp125 void HotArea::OnHotAreaMessage(HotAreaType msg, bool isEdge) in OnHotAreaMessage()
139 void HotArea::NotifyHotAreaMessage(int32_t pid, MessageId msgId, HotAreaType msg, bool isEdge) in NotifyHotAreaMessage()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dhot_area.cpp128 void HotArea::OnHotAreaMessage(HotAreaType msg, bool isEdge) in OnHotAreaMessage()
142 void HotArea::NotifyHotAreaMessage(int32_t pid, MessageId msgId, HotAreaType msg, bool isEdge) in NotifyHotAreaMessage()
/aosp12/system/core/init/
H A Dproperty_service.proto22 optional string msg = 1; field
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DState.java60 public boolean processMessage(Message msg) { in processMessage()
/aosp12/bionic/linker/
H A Dlinker_dlwarning.cpp55 std::string msg = current_msg; in get_dlwarning() local
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObjectNotFoundException.java34 public UiObjectNotFoundException(String msg) { in UiObjectNotFoundException()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/statemachine/
H A DState.java45 public boolean processMessage(Message msg) { in processMessage()
/aosp12/frameworks/av/media/libstagefright/tests/writer/
H A DWriterListener.h32 virtual void notify(int32_t msg, int32_t ext1, int32_t ext2) { in notify()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Djstest_module.cpp37 char *msg = MallocStringOf(args[0]); in JSTestPrint() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/
H A Dnegotiate_command.cpp22 NegotiateCommand::NegotiateCommand(const NegotiateMessage &msg, const std::shared_ptr<NegotiateChan… in NegotiateCommand()
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dhdf_test_suit.c41 HdfTestMsg msg = {TEST_PAL_DEVICE_TYPE, PLAT_DEVICE_TEST_GET_DEVICE, -1}; in HdfPlatformEntryTest() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A Dindex.js50 function myTouch(msg, x, y) { argument
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_group_remove_test.cpp65 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_group_formation_state.cpp38 bool P2pGroupFormationState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
H A Dp2p_inviting_state.cpp38 bool P2pInvitingState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_root_state.cpp40 bool ApRootState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H A Dinput_manager_listener.cpp59 StandbyMessage msg {StandbyMessageType::COMMON_EVENT}; in OnCallbackEvent() local
/ohos5.0/commonlibrary/ets_utils/tools/
H A Dets_error.h41 napi_value msg = nullptr; in ThrowError() local
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp500 sp<AMessage> msg = new AMessage(kWhatSetBufferingSettings, this); in setBufferingSettings() local
507 sp<AMessage> msg = new AMessage(kWhatConnect, this); in connectAsync() local
520 sp<AMessage> msg = new AMessage(kWhatDisconnect, this); in disconnect() local
529 sp<AMessage> msg = new AMessage(kWhatSeek, this); in seekTo() local
628 void LiveSession::onMessageReceived(const sp<AMessage> &msg) { in onMessageReceived()
997 void LiveSession::onConnect(const sp<AMessage> &msg) { in onConnect()
1460 void LiveSession::onSeek(const sp<AMessage> &msg) { in onSeek()
1623 sp<AMessage> msg; in changeConfiguration() local
1652 void LiveSession::onChangeConfiguration(const sp<AMessage> &msg) { in onChangeConfiguration()
1664 void LiveSession::onChangeConfiguration2(const sp<AMessage> &msg) { in onChangeConfiguration2()
[all …]
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h237 sp<AMessage> msg = new AMessage('seek', this); in seek() local
244 sp<AMessage> msg = new AMessage('see1', this); in continueSeekAfterPause() local
254 sp<AMessage> msg = new AMessage('paus', this); in pause() local
261 sp<AMessage> msg = new AMessage('resu', this); in resume() local
977 sp<AMessage> msg = mNotify->dup(); in onMessageReceived() local
1358 sp<AMessage> msg = mNotify->dup(); in onMessageReceived() local
1771 sp<AMessage> msg = mNotify->dup(); in handleFirstAccessUnit() local
1960 sp<AMessage> msg = mNotify->dup(); in postQueueAccessUnit() local
1968 sp<AMessage> msg = mNotify->dup(); in postQueueEOS() local
1976 sp<AMessage> msg = mNotify->dup(); in postQueueSeekDiscontinuity() local
[all …]

1...<<31323334353637383940>>...137