HomeSort by relevance Sort by last modified time
    Searched full:discover_type (Results 1 - 1 of 1) sorted by null

  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_NfcDepSWPrio.c 36 int discover_type = 0xFF; variable
129 discover_type = STOP_POLLING;
134 if(pthread_create(&pthread, &attr, tmp_thread, (void*) &discover_type) != 0)
155 discover_type = RESUME_POLLING;
160 if(pthread_create(&pthread, &attr, tmp_thread, (void*) &discover_type) != 0)
181 discover_type = START_POLLING;
186 if(pthread_create(&pthread, &attr, tmp_thread, (void*) &discover_type) != 0)
576 discover_type = DISCOVER_SELECT;
583 if(pthread_create(&pthread, &attr, tmp_thread, (void*) &discover_type) != 0)

Completed in 44 milliseconds