Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/sdp/
Dsdp_discovery.cc273 uint16_t total, cur_handles, orig; in process_service_search_rsp() local
286 orig = p_ccb->num_handles; in process_service_search_rsp()
299 if (p_reply + ((p_ccb->num_handles - orig) * 4) + 1 > p_reply_end) { in process_service_search_rsp()
305 for (xx = orig; xx < p_ccb->num_handles; xx++) in process_service_search_rsp()
/system/netd/server/
DXfrmControllerTest.cpp76 Slice orig = ::testing::get<N>(args); in ACTION_TEMPLATE() local
77 android::netdutils::copy(orig, value); in ACTION_TEMPLATE()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2123 static Return AddRequiredSpace(Return orig, in AddRequiredSpace() argument
2125 if (orig.error_code() != Return::ErrorCode::NO_SPACE) { in AddRequiredSpace()
2126 return orig; in AddRequiredSpace()