Lines Matching refs:status
210 bt_status_t status = sBluetoothHidInterface->init(&sBluetoothHidCallbacks); in initializeNative() local
211 if (status != BT_STATUS_SUCCESS) { in initializeNative()
212 ALOGE("Failed to initialize Bluetooth HID, status: %d", status); in initializeNative()
252 bt_status_t status = sBluetoothHidInterface->connect((bt_bdaddr_t*)addr); in connectHidNative() local
253 if (status != BT_STATUS_SUCCESS) { in connectHidNative()
254 ALOGE("Failed HID channel connection, status: %d", status); in connectHidNative()
274 bt_status_t status = sBluetoothHidInterface->disconnect((bt_bdaddr_t*)addr); in disconnectHidNative() local
275 if (status != BT_STATUS_SUCCESS) { in disconnectHidNative()
276 ALOGE("Failed disconnect hid channel, status: %d", status); in disconnectHidNative()
297 bt_status_t status = sBluetoothHidInterface->get_protocol( in getProtocolModeNative() local
299 if (status != BT_STATUS_SUCCESS) { in getProtocolModeNative()
300 ALOGE("Failed get protocol mode, status: %d", status); in getProtocolModeNative()
319 bt_status_t status = in virtualUnPlugNative() local
321 if (status != BT_STATUS_SUCCESS) { in virtualUnPlugNative()
322 ALOGE("Failed virual unplug, status: %d", status); in virtualUnPlugNative()
355 bt_status_t status = in setProtocolModeNative() local
357 if (status != BT_STATUS_SUCCESS) { in setProtocolModeNative()
358 ALOGE("Failed set protocol mode, status: %d", status); in setProtocolModeNative()
382 bt_status_t status = sBluetoothHidInterface->get_report( in getReportNative() local
385 if (status != BT_STATUS_SUCCESS) { in getReportNative()
386 ALOGE("Failed get report, status: %d", status); in getReportNative()
408 bt_status_t status = sBluetoothHidInterface->set_report( in setReportNative() local
410 if (status != BT_STATUS_SUCCESS) { in setReportNative()
411 ALOGE("Failed set report, status: %d", status); in setReportNative()
434 bt_status_t status = in sendDataNative() local
436 if (status != BT_STATUS_SUCCESS) { in sendDataNative()
437 ALOGE("Failed set report, status: %d", status); in sendDataNative()