Home
last modified time | relevance | path

Searched defs:is_new (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/scripts/update_payload/
Dtest_utils.py176 def SetPartInfo(self, is_kernel, is_new, part_size, part_hash): argument
/system/bt/main/shim/
Dbtm_api.cc192 bool is_new = true; in btm_api_process_inquiry_result_with_rssi() local
253 bool is_new = true; in btm_api_process_extended_inquiry_result() local
/system/bt/stack/btm/
Dbtm_inq.cc1515 bool is_new = true; in btm_process_inq_results() local
/system/bt/bta/dm/
Dbta_dm_act.cc2713 static void bta_dm_acl_change(bool is_new, const RawAddress& bd_addr, in bta_dm_acl_change()
/system/apex/apexd/
Dapexd.cpp497 std::string GetHashTreeFileName(const ApexFile& apex, bool is_new) { in GetHashTreeFileName()