Searched refs:disconnect (Results 51 - 75 of 105) sorted by last modified time

12345

/frameworks/av/camera/
H A DCamera.cpp97 // We don't need to call disconnect() here because if the CameraService
100 // call disconnect() here if we are in the same process as mediaserver,
136 void Camera::disconnect() function in class:android::Camera
138 ALOGV("disconnect");
140 mCamera->disconnect();
H A DICamera.cpp62 // disconnect from camera service
63 void disconnect() function in class:android::BpCamera
65 ALOGV("disconnect");
282 disconnect();
/frameworks/av/cmds/stagefright/
H A Drecord.cpp263 client.disconnect();
350 client.disconnect();
H A Drecordvideo.cpp303 client.disconnect();
H A Dstagefright.cpp1145 client.disconnect();
/frameworks/av/include/camera/
H A DCamera.h80 void disconnect();
H A DICamera.h38 virtual void disconnect() = 0;
/frameworks/av/include/media/
H A DIEffect.h42 virtual void disconnect() = 0;
H A DIMediaMetadataRetriever.h33 virtual void disconnect() = 0;
H A DIMediaPlayer.h42 virtual void disconnect() = 0;
H A Dmediametadataretriever.h68 void disconnect();
H A Dmediaplayer.h193 void disconnect();
/frameworks/av/include/media/stagefright/
H A DOMXClient.h30 void disconnect();
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp150 mClient.disconnect();
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp414 pDecoderContext->mClient.disconnect();
H A DVideoEditorAudioEncoder.cpp318 pEncoderContext->mClient.disconnect();
H A DVideoEditorVideoDecoder.cpp899 pDecShellContext->mClient.disconnect();
H A DVideoEditorVideoEncoder.cpp393 client.disconnect();
531 pEncoderContext->mClient.disconnect();
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp167 mIEffect->disconnect();
H A DIEffect.cpp103 void disconnect() function in class:android::BpEffect
105 ALOGV("disconnect");
184 disconnect();
H A DIMediaMetadataRetriever.cpp77 // disconnect from media metadata retriever service
78 void disconnect() function in class:android::BpMediaMetadataRetriever
178 disconnect();
H A DIMediaPlayer.cpp70 // disconnect from media player service
71 void disconnect() function in class:android::BpMediaPlayer
353 disconnect();
H A Dmediametadataretriever.cpp77 disconnect();
81 void MediaMetadataRetriever::disconnect() function in class:android::MediaMetadataRetriever
83 ALOGV("disconnect");
91 retriever->disconnect();
H A Dmediaplayer.cpp70 disconnect();
74 void MediaPlayer::disconnect() function in class:android::MediaPlayer
76 ALOGV("disconnect");
85 p->disconnect();
132 p->disconnect();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp511 disconnect();
515 void MediaPlayerService::Client::disconnect() function in class:android::MediaPlayerService::Client
517 ALOGV("disconnect(%d) from pid %d", mConnId, mPid);

Completed in 531 milliseconds

12345