HomeSort by relevance Sort by last modified time
    Searched refs:gki_alloc_free_queue (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/gki/common/
gki_buffer.c 94 static BOOLEAN gki_alloc_free_queue(UINT8 id) function
113 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "gki_alloc_free_queue: Not enough memory");
410 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE)
477 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 101 static BOOLEAN gki_alloc_free_queue(UINT8 id) function
126 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "gki_alloc_free_queue: Not enough memory");
407 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE)
416 /* gki_alloc_free_queue() failed to alloc memory */
522 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE)
528 /* gki_alloc_free_queue() failed to alloc memory */
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 101 static BOOLEAN gki_alloc_free_queue(UINT8 id) function
126 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "gki_alloc_free_queue: Not enough memory");
407 if(Q->p_first == 0 && gki_alloc_free_queue(i) != TRUE)
416 /* gki_alloc_free_queue() failed to alloc memory */
522 if(Q->p_first == 0 && gki_alloc_free_queue(pool_id) != TRUE)
528 /* gki_alloc_free_queue() failed to alloc memory */
    [all...]

Completed in 249 milliseconds