Loading media/liboboe/include/oboe/OboeAudio.h +2 −2 Original line number Diff line number Diff line Loading @@ -372,7 +372,7 @@ OBOE_API oboe_result_t OboeStream_write(OboeStream stream, * * @param stream A stream created using OboeStreamBuilder_openStream(). * @param periodNanoseconds the estimated period at which the audio thread will need to wake up * @param start_routine your thread entry point * @param startRoutine your thread entry point * @param arg an argument that will be passed to your thread entry point * @return OBOE_OK or a negative error. */ Loading Loading @@ -408,7 +408,7 @@ OBOE_API oboe_result_t OboeStream_joinThread(OboeStream stream, * * @param stream handle provided by OboeStreamBuilder_openStream() * @param requestedFrames requested number of frames that can be filled without blocking * @return actualFrames receives final number of frames * @param actualFrames receives final number of frames * @return OBOE_OK or a negative error */ OBOE_API oboe_result_t OboeStream_setBufferSize(OboeStream stream, Loading media/liboboe/src/utility/HandleTracker.h +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public: /** * Store a pointer and return a handle that can be used to retrieve the pointer. * * @param type the type of the object to be tracked * @param expectedType the type of the object to be tracked * @param address pointer to be converted to a handle * @return a valid handle or a negative error */ Loading Loading
media/liboboe/include/oboe/OboeAudio.h +2 −2 Original line number Diff line number Diff line Loading @@ -372,7 +372,7 @@ OBOE_API oboe_result_t OboeStream_write(OboeStream stream, * * @param stream A stream created using OboeStreamBuilder_openStream(). * @param periodNanoseconds the estimated period at which the audio thread will need to wake up * @param start_routine your thread entry point * @param startRoutine your thread entry point * @param arg an argument that will be passed to your thread entry point * @return OBOE_OK or a negative error. */ Loading Loading @@ -408,7 +408,7 @@ OBOE_API oboe_result_t OboeStream_joinThread(OboeStream stream, * * @param stream handle provided by OboeStreamBuilder_openStream() * @param requestedFrames requested number of frames that can be filled without blocking * @return actualFrames receives final number of frames * @param actualFrames receives final number of frames * @return OBOE_OK or a negative error */ OBOE_API oboe_result_t OboeStream_setBufferSize(OboeStream stream, Loading
media/liboboe/src/utility/HandleTracker.h +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public: /** * Store a pointer and return a handle that can be used to retrieve the pointer. * * @param type the type of the object to be tracked * @param expectedType the type of the object to be tracked * @param address pointer to be converted to a handle * @return a valid handle or a negative error */ Loading