Home
last modified time | relevance | path

Searched refs:YES_NO (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py364 dlg = wx.MessageDialog(None, question, title, wx.YES_NO | wx.ICON_QUESTION)
374 dlg = wx.MessageDialog(None, question, title, wx.YES_NO | wx.CANCEL | wx.ICON_QUESTION)
/external/bluetooth/bluez/audio/
Dipctest.c69 #define YES_NO(t) ((t) ? "yes" : "no") macro
265 YES_NO(u->hsp.pcm_capabilities.flags & BT_PCM_FLAG_NREC)); in parse_caps()