Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java1838 BluetoothSap sap = new BluetoothSap(context, listener); in getProfileProxy() local
1905 BluetoothSap sap = (BluetoothSap)proxy; in closeProfileProxy() local
1906 sap.close(); in closeProfileProxy()
/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp2229 bool sap = d3 & 0x80000000; in parseSegmentIndex() local
2231 if (!sap || (saptype != 1 && saptype != 2)) { in parseSegmentIndex()