OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARTSPResponse
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h
28
struct
ARTSPResponse
: public RefBase {
110
bool notifyResponseListener(const sp<
ARTSPResponse
> &response);
112
bool parseAuthMethod(const sp<
ARTSPResponse
> &response);
118
const sp<
ARTSPResponse
> &response, ssize_t *index) const;
120
bool handleServerRequest(const sp<
ARTSPResponse
> &request);
MyTransmitter.h
268
void authenticate(const sp<
ARTSPResponse
> &response) {
378
sp<
ARTSPResponse
> response;
381
response = static_cast<
ARTSPResponse
*>(obj.get());
466
sp<
ARTSPResponse
> response;
469
response = static_cast<
ARTSPResponse
*>(obj.get());
556
sp<
ARTSPResponse
> response;
559
response = static_cast<
ARTSPResponse
*>(obj.get());
745
sp<
ARTSPResponse
> response;
774
sp<
ARTSPResponse
> response;
777
response = static_cast<
ARTSPResponse
*>(obj.get())
[
all
...]
MyHandler.h
501
sp<
ARTSPResponse
> response =
502
static_cast<
ARTSPResponse
*>(obj.get());
673
sp<
ARTSPResponse
> response =
674
static_cast<
ARTSPResponse
*>(obj.get());
803
sp<
ARTSPResponse
> response =
804
static_cast<
ARTSPResponse
*>(obj.get());
[
all
...]
ARTSPConnection.cpp
634
sp<
ARTSPResponse
> response = new
ARTSPResponse
;
765
bool ARTSPConnection::handleServerRequest(const sp<
ARTSPResponse
> &request) {
836
const sp<
ARTSPResponse
> &response, ssize_t *index) const {
866
const sp<
ARTSPResponse
> &response) {
889
bool ARTSPConnection::parseAuthMethod(const sp<
ARTSPResponse
> &response) {
Completed in 72 milliseconds