Searched refs:vp (Results 1 – 3 of 3) sorted by relevance
52 private VintfParcelable vp; field in ExtensionTests76 vp = new VintfParcelable(); in setUp()112 vep.ext.setParcelable(vp); in testVintfParcelableHolderCanContainVintfParcelable()113 assertThat(vep.ext.getParcelable(VintfParcelable.class), is(vp)); in testVintfParcelableHolderCanContainVintfParcelable()130 sep.ext.setParcelable(vp); in testStableParcelableHolderCanContainVintfParcelable()131 assertThat(sep.ext.getParcelable(VintfParcelable.class), is(vp)); in testStableParcelableHolderCanContainVintfParcelable()148 uep.ext.setParcelable(vp); in testUnstableParcelableHolderCanContainVintfParcelable()149 assertThat(uep.ext.getParcelable(VintfParcelable.class), is(vp)); in testUnstableParcelableHolderCanContainVintfParcelable()
791 p_cb->vp = false; in bta_hh_open_failure()825 uint16_t event = p_cb->vp ? BTA_HH_VC_UNPLUG_EVT : BTA_HH_CLOSE_EVT; in bta_hh_close_act()875 if (p_cb->vp) { in bta_hh_close_act()884 p_cb->vp = false; in bta_hh_close_act()1065 p_cb->vp = true; in bta_hh_write_dev_act()1138 bta_hh_cb.kdev[xx].vp = true; in bta_hh_cback()
200 bool vp; /* virtually unplug flag */ member