Searched defs:aHandle (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | ble.c | 141 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket… in otPlatBleGattServerIndicate() 217 uint16_t aHandle, in otPlatBleGattServerOnWriteRequest()
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | ble.cpp | 80 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket… in otPlatBleGattServerIndicate()
|
H A D | udp.cpp | 70 int FdFromHandle(void *aHandle) { return static_cast<int>(reinterpret_cast<long>(aHandle)); } in FdFromHandle()
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Matrix.cpp | 213 static void setConcat(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong aHandle, jlong bHandle) { in setConcat() 321 static jboolean equals(CRITICAL_JNI_PARAMS_COMMA jlong aHandle, jlong bHandle) { in equals()
|
/aosp_15_r20/external/openthread/src/core/radio/ |
H A D | ble_secure.cpp | 547 void otPlatBleGattServerOnWriteRequest(otInstance *aInstance, uint16_t aHandle, const otBleRadioPac… in otPlatBleGattServerOnWriteRequest()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_platform.cpp | 796 otError otPlatBleGattServerIndicate(otInstance *aInstance, uint16_t aHandle, const otBleRadioPacket… in otPlatBleGattServerIndicate()
|