Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/native/bpfmapjni/
Dcom_android_net_module_util_BpfMap.cpp66 jniThrowErrnoException(env, "nativeBpfFdGet KeySize", EBADFD); in com_android_net_module_util_BpfMap_nativeBpfFdGet()
71 jniThrowErrnoException(env, "nativeBpfFdGet ValueSize", EBADFD); in com_android_net_module_util_BpfMap_nativeBpfFdGet()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java121 /*package*/ static final int EBADFD = 77; field in BluetoothSocket
532 if (mSocketState == SocketState.CLOSED) return EBADFD; in bindListen()
559 if (mSocketState != SocketState.INIT) return EBADFD; in bindListen()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1012 Landroid/bluetooth/BluetoothSocket;->EBADFD:I