[FE training-materials-updates] android: Remove confusing binder terminology slide

Maxime Ripard maxime.ripard at free-electrons.com
Tue Jul 22 11:42:46 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=996816a79607262564b2dc36f0c00b0a2b953209

>---------------------------------------------------------------

commit 996816a79607262564b2dc36f0c00b0a2b953209
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Jul 22 10:54:10 2014 +0200

    android: Remove confusing binder terminology slide
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

996816a79607262564b2dc36f0c00b0a2b953209
 .../android-framework-ipc.tex                      |   23 --------------------
 1 file changed, 23 deletions(-)

diff --git a/slides/android-framework-ipc/android-framework-ipc.tex b/slides/android-framework-ipc/android-framework-ipc.tex
index 57b37ed..2631e07 100644
--- a/slides/android-framework-ipc/android-framework-ipc.tex
+++ b/slides/android-framework-ipc/android-framework-ipc.tex
@@ -65,29 +65,6 @@
 \end{frame}
 
 \begin{frame}
-  \frametitle{Binder terminology}
-  \begin{itemize}
-  \item \emph{The Binder}
-    \begin{itemize}
-    \item The overall Binder Architecture
-    \end{itemize}
-  \item \emph{Binder Interface}
-    \begin{itemize}
-    \item A well-defined set of methods and properties other can call,
-      and that should be implemented by \emph{a} binder
-    \end{itemize}
-  \item \emph{A Binder}
-    \begin{itemize}
-    \item A particular implementation of a Binder interface
-    \end{itemize}
-  \item \emph{Binder Object}
-    \begin{itemize}
-    \item An instance of a class that implements a Binder interface
-    \end{itemize}
-  \end{itemize}
-\end{frame}
-
-\begin{frame}
   \frametitle{Binder Mechanism}
   \begin{center}
     \includegraphics[height=0.8\textheight]{slides/android-framework-ipc/binder-call-stack.pdf}



More information about the training-materials-updates mailing list