Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 2 of 2) 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.cpp77 Slice orig = ::testing::get<N>(args); in ACTION_TEMPLATE() local
78 android::netdutils::copy(orig, value); in ACTION_TEMPLATE()