Lines Matching full:mstartcount
1901 private int mStartcount; // number of SCO connections started by this client
1906 mStartcount = 0;
1925 if (mStartcount == 0) {
1933 mStartcount++;
1939 if (mStartcount == 0) {
1942 mStartcount--;
1943 if (mStartcount == 0) {
1957 if (mStartcount != 0) {
1961 Log.w(TAG, "clearCount() mStartcount: "+mStartcount+" != 0 but not registered to binder");
1964 mStartcount = 0;
1972 return mStartcount;