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

  /frameworks/native/include/binder/
ProcessInfoService.h 40 static const int BINDER_ATTEMPT_LIMIT = 5;
  /frameworks/native/libs/binder/
ProcessInfoService.cpp 37 for (int i = 0; i < BINDER_ATTEMPT_LIMIT; i++) {
55 __FUNCTION__, BINDER_ATTEMPT_LIMIT);

Completed in 39 milliseconds