Searched defs:sync_socket (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Daudio_helper.cc22 int32_t AudioHelper::GetSyncSocketImpl(int* sync_socket) { argument
25 *sync_socket = socket_for_create_callback_->handle();
27 *sync_socket = reinterpret_cast<int>(socket_for_create_callback_->handle());
H A Dppb_audio_impl.cc107 int32_t PPB_Audio_Impl::GetSyncSocket(int* sync_socket) { argument
108 return GetSyncSocketImpl(sync_socket);
/external/qemu/android/
H A Dsync-utils.c43 SyncSocket* sync_socket; local
44 ANEW0(sync_socket);
47 sync_socket->iolooper = iolooper_new();
48 sync_socket->fd = fd;
50 return sync_socket;
58 SyncSocket* sync_socket = NULL; local
89 sync_socket = malloc(sizeof(SyncSocket));
90 if (sync_socket == NULL) {
95 sync_socket->iolooper = looper;
96 sync_socket
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppb_audio_proxy.cc53 virtual int32_t GetSyncSocket(int* sync_socket) OVERRIDE;
79 // by shutting down the sync_socket.
122 int32_t Audio::GetSyncSocket(int* sync_socket) { argument

Completed in 780 milliseconds