Home
last modified time | relevance | path

Searched refs:pKeyPath (Results 1 – 6 of 6) sorted by relevance

/trunk/main/avmedia/source/macavf/
H A Dmacavf_player.cxx38 - (void)observeValueForKeyPath:(NSString*)pKeyPath ofObject:(id)pObject change:(NSDictionary*)pChan…
41 …OSL_TRACE( "MacAVObserver::onKeyChange k=\"%s\" c=%s", [pKeyPath UTF8String], [pDictStr UTF8String…
43 pHandler->handleObservation( pKeyPath );
115 bool Player::handleObservation( NSString* pKeyPath ) in handleObservation() argument
117 OSL_TRACE( "AVPlayer::handleObservation key=\"%s\"", [pKeyPath UTF8String]); in handleObservation()
118 if( [pKeyPath isEqualToString:AVPlayerItemDidPlayToEndTimeNotification]) in handleObservation()
H A Dmacavf_common.hxx71 - (void)observeValueForKeyPath:(NSString*)pKeyPath ofObject:(id)pObject change:(NSDictionary*)pChan…
83 virtual bool handleObservation( NSString* pKeyPath ) = 0;
H A Dmacavf_macavfcommon.hxx71 - (void)observeValueForKeyPath:(NSString*)pKeyPath ofObject:(id)pObject change:(NSDictionary*)pChan…
83 virtual bool handleObservation( NSString* pKeyPath ) = 0;
H A Dmacavf_window.cxx93 bool Window::handleObservation( NSString* pKeyPath ) in handleObservation() argument
95 OSL_TRACE( "AVPlayer::handleObservation key=\"%s\"", [pKeyPath UTF8String]); in handleObservation()
H A Dmacavf_player.hxx77 virtual bool handleObservation( NSString* pKeyPath );
H A Dmacavf_window.hxx102 virtual bool handleObservation( NSString* pKeyPath );

Completed in 19 milliseconds