Searched defs:read_only (Results 1 - 5 of 5) sorted by relevance

/system/nfc/src/nfa/ce/
H A Dnfa_ce_api.c116 uint16_t ndef_max_size, bool read_only,
155 p_msg->local_tag.read_only = read_only;
113 NFA_CeConfigureLocalTag(tNFA_PROTOCOL_MASK protocol_mask, uint8_t* p_ndef_data, uint16_t ndef_cur_size, uint16_t ndef_max_size, bool read_only, uint8_t uid_len, uint8_t* p_uid) argument
/system/nfc/src/nfc/tags/
H A Dce_t4t.c750 ** read_only: TRUE if read only
759 tNFC_STATUS CE_T4tSetLocalNDEFMsg(bool read_only, uint16_t ndef_msg_max, argument
766 "CE_T4tSetLocalNDEFMsg () read_only=%d, ndef_msg_max=%d, ndef_msg_len=%d",
767 read_only, ndef_msg_max, ndef_msg_len);
776 if ((!read_only) && (!p_scratch_buf)) {
803 if (read_only) {
H A Dce_t3t.c843 tNFC_STATUS CE_T3tSetLocalNDEFMsg(bool read_only, uint32_t size_max, argument
849 read_only, size_max, size_current);
852 if ((!read_only) && (!p_scratch_buf)) {
870 (read_only) ? T3T_MSG_NDEF_RWFLAG_RO : T3T_MSG_NDEF_RWFLAG_RW;
/system/nfc/src/nfa/int/
H A Dnfa_ce_int.h69 bool read_only; member in struct:__anon2156
/system/update_engine/common/
H A Dutils.cc634 bool SetBlockDeviceReadOnly(const string& device, bool read_only) { argument
643 int expected_flag = read_only ? 1 : 0;
651 PLOG(ERROR) << "Marking block device " << device << " as read_only="

Completed in 68 milliseconds