Searched defs:other (Results 1 - 2 of 2) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
H A Dmsgheader.pb.cpp404 void MsgHeader::Swap(MsgHeader* other) { argument
405 if (other != this) {
406 std::swap(cmd_, other->cmd_);
407 std::swap(length_data_, other->length_data_);
408 std::swap(status_, other->status_);
409 std::swap(token_, other->token_);
410 std::swap(_has_bits_[0], other->_has_bits_[0]);
411 _unknown_fields_.Swap(&other->_unknown_fields_);
412 std::swap(_cached_size_, other->_cached_size_);
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h156 39 (other terminal problem) are reported. */
511 RIL_CDMA_SMS_UdhOther other; member in union:__anon231::__anon232
740 /* All the other values are reserved */
791 ** wms_ts_decode_cdma_bd_with_other() for details regarding 'other' parameters
793 RIL_CDMA_SMS_OtherParm other; member in struct:__anon249

Completed in 5 milliseconds