Lines Matching refs:kind
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
36 // extract parameters and call the right method depending on kind
37 ClosureKind kind = closure.mKind;
41 switch (kind) {
67 SL_LOGE("Unexpected callback kind %d", kind);
161 // here on any kind of error
248 // Note that this raw interface requires an explicit "kind" and full parameter list.
250 SLresult ThreadPool_add(ThreadPool *tp, ClosureKind kind, ClosureHandler_generic handler,
259 closure->mKind = kind;
260 switch (kind) {
271 SL_LOGE("ThreadPool_add() invalid closure kind %d", kind);