Home | History | Annotate | Download | only in impl

Lines Matching refs:findPointer

778     bool found = msg->findPointer(kContextKey, &context);
787 found = msg->findPointer(kDeviceKey, (void**) &dev);
793 found = msg->findPointer(kCallbackFpKey, (void**) &onDisconnected);
807 found = msg->findPointer(kDeviceKey, (void**) &dev);
813 found = msg->findPointer(kCallbackFpKey, (void**) &onError);
864 found = msg->findPointer(kCallbackFpKey, (void**) &onState);
878 found = msg->findPointer(kCallbackFpKey, (void**) &onStart);
900 found = msg->findPointer(kCallbackFpKey, (void**) &onResult);
923 found = msg->findPointer(kCallbackFpKey, (void**) &onFail);
950 found = msg->findPointer(kCallbackFpKey, (void**) &onSeqEnd);
976 found = msg->findPointer(kCallbackFpKey, (void**) &onSeqAbort);
996 found = msg->findPointer(kCallbackFpKey, (void**) &onBufferLost);
1006 found = msg->findPointer(kAnwKey, (void**) &anw);