Searched refs:pKeyPath (Results 1 – 6 of 6) sorted by relevance
38 - (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() argument117 OSL_TRACE( "AVPlayer::handleObservation key=\"%s\"", [pKeyPath UTF8String]); in handleObservation()118 if( [pKeyPath isEqualToString:AVPlayerItemDidPlayToEndTimeNotification]) in handleObservation()
71 - (void)observeValueForKeyPath:(NSString*)pKeyPath ofObject:(id)pObject change:(NSDictionary*)pChan…83 virtual bool handleObservation( NSString* pKeyPath ) = 0;
93 bool Window::handleObservation( NSString* pKeyPath ) in handleObservation() argument95 OSL_TRACE( "AVPlayer::handleObservation key=\"%s\"", [pKeyPath UTF8String]); in handleObservation()
77 virtual bool handleObservation( NSString* pKeyPath );
102 virtual bool handleObservation( NSString* pKeyPath );
Completed in 17 milliseconds