Searched defs:setLooper (Results 1 – 6 of 6) sorted by relevance
37 void setLooper(android::sp<Looper> looper) { mLooper = looper; } in setLooper() function
36 void setLooper(sp<Looper> looper) { mLooper = looper; } in setLooper() function
40 public void setLooper(Looper looper) { in setLooper() method in FakeThreadFactory
63 void setLooper(sk_sp<BlurDrawLooper> looper) { mLooper = std::move(looper); } in setLooper() function
177 public Builder setLooper(Looper loop) { in setLooper() method in PbapClientConnectionHandler.Builder
211 public Builder setLooper(@NonNull Looper looper) throws IllegalArgumentException { in setLooper() method in AudioPolicy.Builder