Searched refs:new_msg (Results 1 – 3 of 3) sorted by relevance
38 tNFC_HAL_MSG* new_msg; in nfc_hal_state_switch() local40 new_msg = (tNFC_HAL_MSG*)OSI_mem_get(HAL_EVT_SIZE); in nfc_hal_state_switch()41 if (!new_msg) { in nfc_hal_state_switch()48 memcpy(new_msg, msg, sizeof(HAL_EVT_SIZE)); in nfc_hal_state_switch()49 OSI_queue_put(nfc_hal_info.msg_q, (void*)new_msg); in nfc_hal_state_switch()
124 mNewMessage = findViewById(R.id.new_msg); in initChatButton()
2828 std::string* new_msg = new std::string(message); in SetFaultMessage() local2829 std::string* cur_msg = fault_message_.exchange(new_msg); in SetFaultMessage()